Skip to content

korhanyuzbas/simple-kanban-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Kanban System with Flask

How to run

  • Install Docker and Docker Compose
  • Create new environment variable named KANBAN_ENV_FILE and give full path of .env file (you can check .env.example)
  • Docker containers can be created with docker-compose up -d

TODOs

See TODO

Test

Run tests while in src folder with following command: export KANBAN_ENV_FILE=../.env && python -m unittest discover

Documentation

User

Board

Card

Comment

Error Responses

Check src/controllers/errors.py for more detail

About

Simple kanban system (beta)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published