Skip to content

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages