Skip to content

This project is a sample of an implementation of Clean Architecture in GoLang.

Notifications You must be signed in to change notification settings

pablomedeiross/go-clean-architecture

Repository files navigation

Clean architecture in Golang

This project is a sample of an implementation of Clean Architecture in GoLang.


Summary

The clean architecture is a model proposed by Robert C. Martin (Uncle Bob). Briefly, this model seeks to strengthen the following points in our software:

  • Increase expressivity of problem that the software is solutioning.
  • Independence of external structures, example: Frameworks, DB, UI, WEB.
  • Testability

Use case

The use case chosen for this sample is a service of user's management. It was selected for keep the simplicity. With it we'll can:

  • Create new user
  • Search users
  • Remove user
  • Set user's password

More about


Technologies


Running

# move to your workspace
cd workspace

# clone into your $GOPATH/src
git clone https://github.com/pablomedeiross/go-clean-architecture.git

# move to project 
cd go-clean-architecture

# run application in local profile 
go run main.go --profile=local

About

This project is a sample of an implementation of Clean Architecture in GoLang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages