justefg / platform-back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Platform backend

Example that shows core principles of the Clean Architecture in Golang projects.

Run Project

Use go mod download to install dependencies, then build with go build -o ./build/app ./cmd/main.go and run with ./build/app

About

License:MIT License


Languages

Language:Go 99.8%Language:Dockerfile 0.2%Language:Shell 0.1%