Files
manolia-alpha/server/README.md
Robin COuret f270a31fa4 modify readme
2026-02-10 17:43:06 +01:00

18 lines
380 B
Markdown

# Server
FastAPI server to run Manolia
# 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