h-alekyan / Kanban

Kanban board application with flask and jinja/html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Kanban board application with flask and jinja/html


Languages

Language:Python 55.4%Language:HTML 38.8%Language:CSS 3.9%Language:JavaScript 1.8%