Skip to content

A kanban application made with Flask as part of the course curriculum of the MAD I course of the IITM BS in DS and Applications programme.

Notifications You must be signed in to change notification settings

lhondikoi/MyKanban

Repository files navigation

Initial environment setup

python -m venv env
env\scripts\activate

Installing dependencies

After activating the virtual environment, install the dependencies by reading the requirements.txt file.

pip install -r requirements.txt

Running the code

To run the application:

python main.py

Logging into the app

A dummy user is already in the database with the following info:

username: testuser
password: password

That's it! The app should be up and running.

About

A kanban application made with Flask as part of the course curriculum of the MAD I course of the IITM BS in DS and Applications programme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published