FastAPI Service

FastAPI scaffold with routing, uvicorn, tests, and Dockerfile.

Create this template

bash
# install
pip install jyinit

# create a scaffold for a fastapi service
jyinit create my-project --type fastapi-service

# interactive mode => you will be allowed to choose the TEMPLATE in interactive mode too
jyinit create my-project --interactive

Useful flags

  • --ci
  • --gitrep

Great for

  • APIs
  • services