- Using Gin for CRUD Demonstration
- Using JWT as Token via jwt-go package
- Using Repository Pattern to communicate to DB
- Install and Run Postgress service in your localhost for storing data
- Install node modules
$ go get . || go mod || make goinstall
- Build application
$ go build -o main || make goprod
- Start application in development
$ go run main.go | make godev
Author Mario Tiara Pratama