Skip to content

hirotakan/go-cleanarchitecture-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-cleanarchitecture-sample

Example of a Go application using a clean architecture.

Install

Check out the source

cd $WORKDIR
git clone https://github.com/hirotakan/go-cleanarchitecture-sample.git

Setup the package

cd go-cleanarchitecture-sample/src/app
glide install

Running with Docker

cd $WORKDIR/go-cleanarchitecture-sample
docker-compose up

Access the web endpoint at http://localhost:8080/users

Releases

No releases published

Packages

No packages published

Languages