Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 568 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 568 Bytes

Flask-Python RESTful APIs Using Google App Engine

It is a boilerplate project for creating RESTful APIs using Flask-Python framework and then deploy them on Google App Engine.  It consists of two classes Tasks and TaskList. Task let you create, delete, update a single task while TaskList let you perform same operations on list of Tasks. Main goal is to facilitate these operations through RESTful APIs which can be called either from web or from mobile.

Tutorial: https://medium.com/@sleaktrade/flask-python-restful-apis-using-google-app-engine-6b777d0de9c8