https://github.com/vitorhonna/python-api
Leaning how to create an API with Python
https://github.com/vitorhonna/python-api
Last synced: 3 months ago
JSON representation
Leaning how to create an API with Python
- Host: GitHub
- URL: https://github.com/vitorhonna/python-api
- Owner: vitorhonna
- License: mit
- Created: 2022-08-31T19:38:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T18:10:53.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T18:04:13.537Z (5 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leaning how to create an API with Python
## FastAPI
Run:
- `pip install -r requirements.txt`
- `python -m uvicorn main:app --reload`
## Flask
Run:
- `pip install -r requirements.txt`
- `python main.py`