/platform-back

Primary LanguageGoMIT LicenseMIT

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