Skip to content

SCIFER99/RESTful-API-using-flask_restful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages