An open API service indexing awesome lists of open source software.

https://github.com/ciur/veryfast

FastAPI template repo
https://github.com/ciur/veryfast

Last synced: 6 months ago
JSON representation

FastAPI template repo

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