Categorygithub.com/prioarief/gofiber-repository-pattern
repositorypackage
0.0.0-20240301075857-da2ea6fa329d
Repository: https://github.com/prioarief/gofiber-repository-pattern.git
Documentation: pkg.go.dev

# 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

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

Architecture

alt text