Skip to content
 
 

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

RESTFUL JSON API with Flask and SQLALchemy

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages