Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 729 Bytes

File metadata and controls

22 lines (15 loc) · 729 Bytes

Tutorial and explanation at

http://techarena51.com/index.php/buidling-a-database-driven-restful-json-api-in-python-3-with-flask-flask-restful-and-sqlalchemy/

Steps to Install

 git clone 
 pip install -r requirements.txt
 gedit config.py
 #Add  and save your database details
 python migrate.py db init
 python migrate.py db migrate
 python migrate.py db upgrade
 python run.py

Resource URL’s