Skip to content

simple golang project that follow the clean architecture rules

Notifications You must be signed in to change notification settings

mar-coding/clean-project-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clean-project-golang

simple golang project that follow the clean architecture rules

How To run

Download go dependencies

go mod tidy

Make the migration

go run cmd/main.go -c config/config.yml migrate

Run the main

go run cmd/main.go -c config/config.yml run

See Swagger

http://localhost:8000/api-docs/

About

simple golang project that follow the clean architecture rules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published