Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hirotakan committed Dec 10, 2016
1 parent 09d8567 commit e4afe1e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
@@ -0,0 +1,26 @@
# 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](http://localhost:8080/users)

0 comments on commit e4afe1e

Please sign in to comment.