c2io / echo-gorm

Sample golang echo framework project with gorm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sample golang echo framework project with gorm


Languages

Language:Go 100.0%