- I used:
- Python3
- Flask
- SQLite3
- HTML
- CSS
- Clone or download the repository
- Execute/Run the app.py file:
# with Python: python app.py # with flask export FLASK_APP=app.py flask run
- Then go to this address in the browser: http://127.0.0.1:5000 or http://localhost:5000/
In case you do not have the necessary programs installed to run the App.py file, you can follow these steps:
- Download and install Python from the official website: Python
- Install Flask (open the terminal and execute):
pip install -U Flask