Add versioning support by default, replace _Project.md with _Summary.md and _Description.md, upgrade to the latest Tortoise ORM version

This commit is contained in:
2026-07-15 23:43:31 -03:00
parent f8f6dad237
commit 6d1f73772e
22 changed files with 242 additions and 388 deletions
-2
View File
@@ -1,2 +0,0 @@
Some example endpoints for you to get started with. Check out
`project/api/example` for the code and `docs/Example.md` for this tag's docs.
-1
View File
@@ -1 +0,0 @@
A template FastAPI project with Tortoise ORM integration.
+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.