Skip to content

[WIP] A hexagonal architecture implementation of the realworld example app

License

Notifications You must be signed in to change notification settings

minchao/go-realworld

Repository files navigation

go-realworld

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/

About

[WIP] A hexagonal architecture implementation of the realworld example app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published