A hexagonal architecture implementation of the realworld example app
Build realworld app:
$ make buildBuild Docker image:
$ make docker-image DOCKER_VERSION=latestRun the Docker image:
$ docker run -it --rm -p 8080:8080 realworldNow you should be able to access API via http://localhost:8080/