Skip to content

workwebresources/Flask-SQLALchemy-RESTFUL-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial and explanation at

http:https://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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%