Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scifer99/restful-api-using-flask-only
Here is a basic RESTful API using Flask module only
https://github.com/scifer99/restful-api-using-flask-only
network-engineering rest-api restful-api software-engineering
Last synced: 3 days ago
JSON representation
Here is a basic RESTful API using Flask module only
- Host: GitHub
- URL: https://github.com/scifer99/restful-api-using-flask-only
- Owner: SCIFER99
- License: unlicense
- Created: 2022-11-28T21:49:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T21:59:14.000Z (about 2 years ago)
- Last Synced: 2024-11-10T12:06:02.593Z (2 months 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-only
Here is a basic RESTful API using Flask module onlyHey! I hope all is well with everyone! Here is the read me for installing packages in this repository:
Step1: Install these packages for a RESTful API:
pip3 install flask
pip3 install jsonify
pip3 install request (if you need to)
Step2: That is all! I decided to upload this to my repository to demonstrate how a basic RESTful API works!Happy Coding!