A simple Kanban board application using Flask and SQLite.
The application can be run with the following steps:
-
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.
-
Run the application using
flask
:FLASK_APP=main.py flask run
-
Finally connect to http://127.0.0.1:5000/ in a web browser.
With the exception of the following, all code in this repository is released under the terms of the GNU General Public License v3:
- plus and edit icons were created by Andrian Valeanu, and are available under the Creative Commons (CC BY-NC 3.0) license.
- Vue.js is released under the MIT License.
- DragDropTouch is released under the MIT License.