- Create a folder ex.P2P_app and copy the app.py into the folder
- To install flask and flask-sqlalchemy pip install flask
- Now create a new folder named "template" in the P2P_app folder and copy all *.html files into the "template" folder
- Now run the app.py file you will get "Running on http://127.0.0.1:5000"
- Open the link
pip install flask-sqlalchemy