GomaGoma676 / echo-rest-api

🔥 Clean architecture REST API by Go/Echo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# create module
go mod init go-rest-api
# start db
docker compose up -d
# remove db
docker compose rm -s -f -v
# start app
GO_ENV=dev go run .
# run migrate
GO_ENV=dev go run migrate/migrate.go

Architecture of REST API (Go/Echo) application

About

🔥 Clean architecture REST API by Go/Echo


Languages

Language:Go 100.0%