I’m using this to learn new things from the latest editions with Go. I haven’t participated, but I’m considering giving it a try in the next ones.
- Install Docker
- Run
docker compose up -d --build
ormake build-and-run
net/http
for REST API.- Nginx as Reserve Proxy for Load Balacing
- Postgres as Database
pgx and pgxpool
for Postgres Driver