Categorygithub.com/HEEPOKE/go-echo-hexagonal-api
module
0.0.0-20230918034359-18bf169f66e1
Repository: https://github.com/heepoke/go-echo-hexagonal-api.git
Documentation: pkg.go.dev

# 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

# Packages

No description provided by the author
No description provided by the author