generated from nyeki/uv-fastapi-tortoise
Initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
Some example endpoints for you to get started with. Check out
|
||||
`project/api/v1/example` for the code and `docs/v1/Example.md` for this tag's docs.
|
||||
@@ -0,0 +1,6 @@
|
||||
To run the project with live reload including the documentation, run uvicorn with the following
|
||||
parameters:
|
||||
|
||||
```sh
|
||||
uv run uvicorn project:app --reload --reload-include "docs/**/*.md"
|
||||
```
|
||||
@@ -0,0 +1 @@
|
||||
A template FastAPI project with Tortoise ORM integration.
|
||||
Reference in New Issue
Block a user