Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hexagonal Demo

This repository contains a small demonstration of a Go project organised using hexagonal architecture.

The core business logic is defined in the internal package and accessed via interfaces (ports). Adapters expose the behaviour to the outside world.

Running the server

go run ./cmd/server

Then open http://localhost:8080?name=Codex in your browser to see the response.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages