Skip to content

Paulo-Lopes-Estevao/go_clean_architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go lang Architecture

Core Bussiness

👉🏾 Domain

Installation

required

  • Golang

install package

go mod tidy

start up server

go run main.go

access the host localhost:8000

Welcome

GET http://localhost:8000
Content-Type: application/json

Add Park

POST http://localhost:8000/park
Content-Type: application/json

{
    "name": "Viana park",
    "vague": 15,
    "limit": 20

}

Architecture

Clean Architecture

Releases

No releases published

Packages

No packages published

Languages