# README
go-echo-hexagonal-api
config Environment
cp .env.example .env
- then update environments in .env
Run Project With Docker
docker create network Heepoke
docker compose up -d && docker compose logs api --follow
run
go mod tidy
go run cmd/main.go
Generate Swagger
swag init -g cmd/main.go --output=internal/app/docs
Local Swagger Doc Api
http://localhost:6476/apis/docs/index.html