Skip to content

tamnk74/go-fiber-gorm-mysql-boilerplate

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published