scratch or distroless image.When you use this template, try to follow the checklist to update your info properly
LICENSECargo.toml.env, .example.env, and other container related files.routes.rsrelease.ymlcliff.tomlAnd, enjoy :)
$ # Clone the repository
$ # Run the database
$ podman-compose -f docker-compose.local.yml up db -d
$ touch $SCHEMA_LOCATION # See .example.env
$ just dev # See also `just setup`
Go to the playground http://127.0.0.1:8000/playground to see the schema.
All the features can be found in the CHANGELOG file tagged with feat.
The file only contains user-facing changes, so you won't get lost navigating the code.