https://github.com/rodgeraraujo/python-rest-api
Simple semantic to create a REST API real quick using Python Flask.
https://github.com/rodgeraraujo/python-rest-api
flask python python-flask python3
Last synced: about 2 months ago
JSON representation
Simple semantic to create a REST API real quick using Python Flask.
- Host: GitHub
- URL: https://github.com/rodgeraraujo/python-rest-api
- Owner: rodgeraraujo
- License: mit
- Created: 2019-08-17T14:02:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T15:15:37.000Z (almost 7 years ago)
- Last Synced: 2025-06-04T05:08:54.591Z (about 1 year ago)
- Topics: flask, python, python-flask, python3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python simple REST API
This is a simple semantic to create a REST API real quick using Python Flask.
## Install
Use the pipenv file to install the dependencies used in this project.
`pipenv install --ignore-pipfile`
## Run
- `git clone `
- `cd `
- `python3 app.py` or `python app.py`, after this the debuging started and and open the `http://127.0.0.1:5000/ `on Isomnia or Postman.