# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Gofiber Repository Pattern
Tech Stack
Framework
- GoFiber (HTTP Framework)
- Viper (Configuration)
- Go Playground Validator (Validation)
- Golang Migration
Development Tools
How to install
go get .
Run with air (hot reload)
air
Create Migration
migrate create -ext sql -dir db/migrations create_table_xxx
Run Migration
migrate -database "mysql://root:password@tcp(localhost:3306)/golang_migration?charset=utf8mb4&parseTime=True&loc=Local" -path db/migrations up