File Structure:
- app.py - Main app file (Everything is in here)
- templates/home.html - Template that contains home page.
- templates/login.html - Template that contains login page.
- database.db - Database file
- README.md - File that contains all of the information about the app (This file).
Installing Dependencies:
- Windows -
pip install -r requirements.txt
- macOS -
pip3 install -r requirements.txt
To run the app:
- Windows -
python app.py
- macOS -
python3 app.py