/echo-gorm

Sample golang echo framework project with gorm

Primary LanguageGo

Sample Echo with GORM

Configurations

Configuration used gonfig. All configs are declared in config/config.json

Architecture

Folder Details
api Holds the api endpoints
db Database Initializer and DB manager
route router setup
model Models

Run

go run server.go