/repository-pattern-go

Repository pattern web-api with go

Primary LanguageGo

Repository Pattern with GO

This is a simple example to use repository pattern in go

API Docs

  • JSON file at docs/insomnia_file.json

Run Project

$ docker-compose up --build

Migrations

  • Migrations is auto runned when start the database

Seeds

  • Run seeds is manual, you have to run
go run database/seeder/main.go