Initial commit

This commit is contained in:
Nyeki
2026-07-24 22:27:22 +00:00
commit 6ed4195803
27 changed files with 2037 additions and 0 deletions
+2
View File
@@ -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.
+6
View File
@@ -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"
```
+1
View File
@@ -0,0 +1 @@
A template FastAPI project with Tortoise ORM integration.