An open API service indexing awesome lists of open source software.

https://github.com/scifer99/restful-api-using-flask_restful

This is another basic RESTful API using flask_restful
https://github.com/scifer99/restful-api-using-flask_restful

network-engineering rest-api restful-api software-engineering

Last synced: 5 months ago
JSON representation

This is another basic RESTful API using flask_restful

Awesome Lists containing this project

README

          

# RESTful-API-using-flask_restful
This is another basic RESTful API using flask_restful

It's me again! Here to bring you another basic RESTful API demonstrating the structure
of a RESTful API!

Step1: Install these packages for best results:

pip3 install flask (if you have not done so already)
pip3 install Resource
pip3 install API
pip3 install flask_restful
pip3 install request (if you have not done so already)

Step2: That is all!

Happy Coding!