Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 333 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 333 Bytes

ipfs-dynamic-hosting

Dynamic Hosting Functionality by pinning the file to the IPFS Node running locally on user's device. Install the following on your device:

  1. Flask
  2. urllib
  3. SQLalchemy

Execute the following commands in python shell:

from flask_app import db_user db_user.create_all()

Then run python3 flask_app.py