# USAGE ```bash go mod tidy go run ./cmd/mint ``` ## Documents - [Gin Web Framework](https://github.com/gin-gonic/gin) - [The fantastic ORM library for Golang](https://gorm.io/docs/) ## SOP - HTTP Router(GET/POST/PUT/PATCH/DELETE) - HTTP Request with JSON body - HTTP Response with JSON body - Gorm (Create Table): mint/db.go - Gorm insert/update/delete/select