Skip to content

minchao/go-realworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributors