The web application is build with python Flask framwork along with SQLite3 database.
- Python 3.6,
- SQLite3
-
Install flask
-
pip install flask
-
pip install flask-wtf 4.pip install flask-sqlalchemy
-
pip install flask-migrate 6.pip install flask-login
-
Define the project export FLASK_APP=database.py
-
Init the database
- flask db init
- flask db upgrade
- Populate the database with dummy data(if weren't populated after migration)
- python populate.py
- Running
- flask run
-
Open the app in browser: localhost
-
username:admin password:123456 username:employee password:123456