johnnyaustor / golang-skeleton

golang with echo framework and use library gorm for object relational mapper and use database postgresql. stuctural with layered architecture and use dependency injection pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang Struktur

use layered architecture & dependency injection pattern

Module

module description
godotenv environment file .env
echo router framework
gorm Object Relational Mapper
PostgreSQL Database

How to run

  1. Database Server PostgreSQL was Running on local/server
  2. update .env file, and fill with correct credentials
go run main.go

About

golang with echo framework and use library gorm for object relational mapper and use database postgresql. stuctural with layered architecture and use dependency injection pattern


Languages

Language:Go 100.0%