go-clean-webapp

command module
v0.0.0-...-2cdf4dc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2019 License: Apache-2.0 Imports: 15 Imported by: 0

README

go-clean-webapp

Clean Architecture GO

Usage

  1. docker-compose up -d
  2. go generate && make
  3. ./bin/webapp i
  4. ./bin/webapp s

API

http://localhost:8080
POST /accounts
{
  "first_name": "hoge",
  "last_name": "fuga"
}

http://localhost:8080
GET /accounts

http://localhost:8080
GET /accounts/{accountUUID}

http://localhost:8080
DELETE /accounts/{accountUUID}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
domain
interface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL