Skip to content

kohei-suzuki/cleanarchitecture-sample

 
 

Repository files navigation

cleanarchitecture-sample

Sample REST API demonstrating the clean architecture written in golang.

You can see below for more information on implementation pattern.

Getting Started

Installation

$ git clone https://github.com/nakabonne/cleanarchitecture-sample.git

Running with docker

Required: Docker more than 17.05

$ docker-compose up -d
$ curl http://localhost:8080/hc
hello

About

Sample REST API demonstrating the clean architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 90.5%
  • Dockerfile 9.5%