• Stars
    star
    144
  • Rank 255,590 (Top 6 %)
  • Language
    Go
  • Created almost 8 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Example of a Go application using a clean architecture.

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