You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run the app.py
Run
cd working directory and install dependencies
python3 -m venv env
source env/bin/activate
pip install flask sqlalchemy
run app.py
oern your favourite browser and enter 127.0.0.1:5000