- Docker: https://www.docker.com/get-started
- Go: https://go.dev/
- Install prerequisites
- Pull down Repository
- Copy
/.env.example
and rename to.env
- Update DB details in
.env
to match your local setup
These commands are to be ran in a terminal:
- To build an image:
docker compose build
- To run an image:
docker compose up
- To stop a running image:
docker compose down
- To check if anything is running:
docker ps