webapi-with-go

MVC webapi with GO

Stars
22

WEBAPI with GOLANG

Acesse no youtube:

API Docs

  • JSON file at docs/insomnia_file.json

Run Database

$ docker-compose up --build

Run Database

$ go run main.go

Migrations

  • Migrations is auto runned when start the database

Seeds

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