Skip to content

pieterbork/pyboards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskTasks

A simple Kanban board made with Flask

Dependencies

Make sure to use a python3 environment.

Install the Following dependencies.

pip install -e .

Running

Before running, you must create the database. Run the setup_db.py script to create an initial database and some sample data.

python setup_db.py

Socket.io provides a web ready interface when eventlet is installed

export FLASK_APP=flasktasks
flask run

And finally browse to http://localhost:5000

About

A simple Kanban board made with Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.1%
  • HTML 43.8%
  • JavaScript 3.6%
  • CSS 3.5%