A Go backend project built with Gin & gRPC, using Postgres and Redis.
Designed to run in Docker/Kubernetes on AWS with a full CI/CD pipeline.
On macOS, you can install the tools via Homebrew:
brew install sqlc
brew install golang-migrate
Run postgres, createdb, and migrateup commands in the makefile:
make postgres
make createdb
make migrateup
Once done with the setup, you can play around with the code. Cheers!