Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 401 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 401 Bytes

GO REST API MYSQL BOILERPLATE

Packages

go.mod

Set up

$ go run cmd/database/migrate.go 

$ go run cmd/database/migrate.go seed users

$ go run cmd/database/migrate.go seed items

Features

Start

go run main.go

Database

Migration

  • Before run migration you need to create a database first

go run cmd/database/migrate.go

Seeder