Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.69 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.69 KB

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: