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
- Host: GitHub
- URL: https://github.com/scifer99/restful-api-using-flask_restful
- Owner: SCIFER99
- License: unlicense
- Created: 2022-11-28T22:18:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T22:30:56.000Z (over 3 years ago)
- Last Synced: 2025-01-07T14:22:13.297Z (about 1 year ago)
- Topics: network-engineering, rest-api, restful-api, software-engineering
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!