Skip to content

Adding additional features from FloatingOctothorpe's original repo

License

Notifications You must be signed in to change notification settings

payphone101/python-kanban

 
 

Repository files navigation

Python Kanban Board

A simple Kanban board application using Flask and SQLite.

Kanban Board screenshot

Running locally

The application can be run with the following steps:

  1. Install required python packages:

    pip install -r requirements.txt
    

Note: this will install packages globally, the venv module can be used to set up a virtual environment if you want to avoid changing the system packages.

  1. Run the application using flask:

    FLASK_APP=main.py flask run
    
  2. Finally connect to http://127.0.0.1:5000/ in a web browser.

License

With the exception of the following, all code in this repository is released under the terms of the GNU General Public License v3:

About

Adding additional features from FloatingOctothorpe's original repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.6%
  • HTML 19.3%
  • Python 14.2%
  • Dockerfile 0.9%