Skip to content

REST API boilerplate using Go, Gin Gonic Framework, GORM

Notifications You must be signed in to change notification settings

muh-hizbe/gingon-boilerplate

Repository files navigation

GINGON BOILERPLATE

Requirement tools

Commands

Migration

⌨️ migrate command example for postgresql database

migrate -database "postgres://postgres:@localhost:5432/gin_gonic?sslmode=disable" -path database/migrations up

migrate -database "postgres://postgres:@localhost:5432/gin_gonic?sslmode=disable" -path database/migrations down

  • for other databases, follow documentation here

About

REST API boilerplate using Go, Gin Gonic Framework, GORM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages