Flask Restful Api

less than 1 minute read

Flask Restful Api

Flask-RESTful is an extension for flask that adds supports for quickly building REST APIs.

In this example, restful api is exposed for viewing and manipulating data, for data storage sqlite database is used. For more details, please refer github repo of Flask Restful Api. It has all the needed details to setup and learn. It has docker file as well for quick build and deploy to test the example. Feel free to download and update code for learning.

Happy learning.

Leave a comment