Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 325 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 325 Bytes

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