- Install docker.
- Clone this repo.
- Copy
example.env
to.env
and modify as needed. - Build the docker images with
make dev-build
. - To start the app, spin up the docker containers with
make dev-up
. - Perform an initial database migration with
make dev-migrate
. - See the app by visiting https://localhost:8000.
- Shut down the app with
make dev-down
.