Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diixo/goit-python-web-fastapi
https://github.com/diixo/goit-python-web-fastapi
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/diixo/goit-python-web-fastapi
- Owner: diixo
- Created: 2024-04-30T23:39:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T16:42:03.000Z (8 months ago)
- Last Synced: 2024-05-08T18:09:36.435Z (8 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GoIT-Python-Web-FastAPI
```bash
pip install fastapi
pip install uvicorn
```Run:
```bash
uvicorn main-1:app --host localhost --port 8000 --reload
```bash```bash
http://127.0.0.1:8000/docs
http://127.0.0.1:8000/redoc
```bashhttp://127.0.0.1:8000/api/healthchecker