Skip to content
forked from FLiotta/Tiquet

Project management tool inspired in the kanban methodology made in React, Python, Flask and PostgreSQL.

License

Notifications You must be signed in to change notification settings

dieptran43/Tiquet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIQUET

Tiquet is an open source project management tool focused on the kanban methodology.

Instalation

Requirements to run this project.

  • NodeJS 12.18.3
  • Python 3.8.1
  • PostgreSQL 11.9

How to initialize the project

Initialize server environment, install client and server dependencies.

../project_dir

$ bash initialize_dev.sh

How to start the application in development

You can execture the start_dev bash on the project folder to initialize both at the same time.

../project_dir

$ bash start_dev.sh

But if you rather to start them independiently.

../project_dir/client

$ npm start
../project_dir/server

$ source env/scripts/activate
$ python run.py

About

Project management tool inspired in the kanban methodology made in React, Python, Flask and PostgreSQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.8%
  • Python 24.2%
  • SCSS 11.2%
  • Other 0.8%