https://github.com/ciur/veryfast
FastAPI template repo
https://github.com/ciur/veryfast
Last synced: 6 months ago
JSON representation
FastAPI template repo
- Host: GitHub
- URL: https://github.com/ciur/veryfast
- Owner: ciur
- License: mit
- Created: 2023-05-26T07:20:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T06:49:17.000Z (over 2 years ago)
- Last Synced: 2025-02-16T02:25:28.477Z (8 months ago)
- Language: Python
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastAPI Project Template
Start application with:
$ uvicorn veryfast.main:app --reload \
--log-config etc/logging.yml \
--log-level info