FastAPI + SQLModel
FastAPI scaffold with SQLModel database and example model.
Create this template
bash
# install
pip install jyinit
# create a scaffold for a fastapi + sqlmodel
jyinit create my-project --type fastapi-sqlmodel
# interactive mode => you will be allowed to choose the TEMPLATE in interactive mode too
jyinit create my-project --interactiveUseful flags
- --ci
- --gitrep
Great for
- APIs
- services