Dynamic Hosting Functionality by pinning the file to the IPFS Node running locally on user's device. Install the following on your device:
- Flask
- urllib
- SQLalchemy
Execute the following commands in python shell:
from flask_app import db_user db_user.create_all()
Then run python3 flask_app.py