/Kanban

Kanban board application with flask and jinja/html

Primary LanguagePython

Simple Kanban Board with Flask and HTML

Setup & Installtion

Make sure you have the latest version of Python installed.

git clone <repo-url>
pip install -r requirements.txt

Using a virtual environment

cd Kanban
python3 -m venv venv
venv\Scripts\activate.bat
pip3 install -r requirements.txt

Running The App

python main.py

Viewing The App

Go to http://127.0.0.1:5000

Testing

cd Kanban
pytest

Credits

Authentication system and base HTML: https://github.com/techwithtim