/python-kanban

A simple Kanban board using Flask and SQLite

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Python Kanban Board

A simple Kanban board application using Flask and SQLite.

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: