https://github.com/hhk7734/fastapi_test.py
https://github.com/hhk7734/fastapi_test.py
fastapi python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hhk7734/fastapi_test.py
- Owner: hhk7734
- Created: 2022-08-15T14:45:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T14:31:23.000Z (over 1 year ago)
- Last Synced: 2025-03-03T04:44:12.489Z (over 1 year ago)
- Topics: fastapi, python
- Language: Python
- Homepage:
- Size: 193 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastAPI test
## Development
```shell
mise install
```
```shell
poetry install --with dev,test
```
```shell
mise run uvicorn
```