Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

TrinityComputers/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://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

AltStyle によって変換されたページ (->オリジナル) /