Note: This project uses
just
as a task runner instead ofmake
.
Make sure to installjust
before running any project commands.
You can install it via Homebrew (brew install just
) or follow instructions in the official repo.
just --list
Available recipes:
benchmark # Run benchmarks
build # Build the Go binary using the local Go environment (not Docker)
clean # Clean up compiled binaries
docker # Build Docker image
generate # generate go commands and mocks
run # Run the whole application stack with Docker Compose
test # Run unit tests