Home

Awesome

FastAPI-Piccolo project template

See each project's documentation for more information.

Setup

build the containers

docker-compose build

run the server for local development

docker-compose up

Running tests

docker-compose run web sh -c "pdm run test"

todo: