Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 533 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 533 Bytes

WEBAPI with GOLANG

Acesse no youtube:

  • 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