page: 56, 5.5 Get user detail example
Runs app with hot reload via air
make devFor testing, make sure development docker containers are running If not, run the following command to start them
make devOnce you have your project setup, you can run the following command to run all the unit tests:
go test ./...go test -tags integration ./...go test --tags="integration mongo" ./datago test -tags="integraion" ./dataDefault database is mongo.
This code base is for educational purposes, sourced from "build saas app in go" by dominic st-pierre