init server
This commit is contained in:
14
server/README.md
Normal file
14
server/README.md
Normal 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
|
||||
Reference in New Issue
Block a user