https://github.com/devlinduldulao/fastapi-demo
https://github.com/devlinduldulao/fastapi-demo
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devlinduldulao/fastapi-demo
- Owner: devlinduldulao
- Created: 2023-03-27T05:20:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T14:39:16.000Z (about 3 years ago)
- Last Synced: 2026-05-01T19:07:26.234Z (about 2 months ago)
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## FastAPI Demo
- to run the app
```zsh
poetry run uvicorn app.main:app --reload
```
- to run the tests
```zsh
poetry run pytest
```
### Swagger UI
- http://127.0.0.1:8000/docs#/