Template
mirror of
https://github.com/Nekidev/uv-fastapi-tortoise.git
synced 2026-09-12 19:57:25 +00:00
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:
@@ -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 +0,0 @@
|
||||
A template FastAPI project with Tortoise ORM integration.
|
||||
@@ -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