Golang Base Project Using DDD

img

Download Collection Postman

doc/collection.json

Run

Docker

docker is configured to up the database, create the tables, insert some records and running the api.

docker-compose up

Running Development Env

Requirements

  • Docker
  • Golang
  • Make
  • Migrate

Install Dependencias

  go mod tidy

Start Service

  make start

Running Tests

go test -cover ./...