18 lines
380 B
Markdown
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
|