module
Version:
v0.0.0-...-789fa8c
Opens a new window with list of versions in this module.
Published: Aug 1, 2021
License: MIT
Opens a new window with license information.
README
¶
go-realworld
![](https://github.com/minchao/go-realworld/workflows/CI/badge.svg?branch=master)
A hexagonal architecture implementation of the realworld example app
Development
System requirements
Build
Build realworld app:
$ make build
Build Docker
Build Docker image:
$ make docker-image DOCKER_VERSION=latest
Run the Docker image:
$ docker run -it --rm -p 8080:8080 realworld
Now you should be able to access API via http://localhost:8080/
Click to show internal directories.
Click to hide internal directories.