cleanarchitecture-sample icon indicating copy to clipboard operation
cleanarchitecture-sample copied to clipboard

Sample REST API demonstrating the clean architecture

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