Skip to content

iamnoufal/kanban-app-flask

Repository files navigation

Kanban Board App

App developed by Noufal Rahman (21f1005287)

Made with care using HTML, Flask, Bootstrap


Steps to run this app

  • Create a Virtual environment in the same directory
    • python -m venv env for Windows.
    • virtualenv env for Linux or MacOS.
  • Activate the Virtual environment
    • env\Scripts\activate for Windows.
    • source env/bin/activate for Linux or MacOS.
  • Run the app python app.py
  • Don't forget to deactivate the Virtual environment when you're done exploring
    • env\Scripts/deactivate for Windows.
    • source env/bin/deactivate for Linux or MacOS.

Folder Structure


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published