For setting up the project run
- python3 -m venv venv
- pip install -r requirements.txt
- set FLASK_APP=run.py
- flask run
- export FLASK_APP=run.py
- flask run
set FLASK_ENV=development flask run
- /app/ Contains the actual application
- .config/ Contains Flask and SCSS configuration.
- run.py Run to start Flask Server.
- data.db SQLite Database File.