init server

This commit is contained in:
Robin COuret
2026-02-10 17:36:30 +01:00
parent c9cb257afc
commit 83b5da1716
32 changed files with 238 additions and 0 deletions

14
server/README.md Normal file
View File

@@ -0,0 +1,14 @@
# Run
```
fastapi dev main.py
```
# Best Practice
## Simple Boilerplate
https://github.com/anthonycepeda/fastapi-sqlmodel/tree/main
## Global Boilerplate
https://github.com/zhanymkanov/fastapi-best-practices?tab=readme-ov-file#excessively-use-pydantic
## SQLEModel-boilerplate
https://github.com/benavlabs/SQLModel-boilerplate/tree/main