Skip to content

bashilbers/hexagonal-event-sourced-user-app-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexagonal architecture test

sample application that showcases an implementation of the Entity-Boundary-Interactor pattern (aka Hexagonal Architecture or Ports and Adapters).

Setup

In order to set up the project, first install the dependencies via composer:

$ composer install --dev

Then populate the production database (it's an sqlite db in the store directory):

$ make init

Install redis

Install node.js

Install npm

Now you should be able to start the webserver and hit the page at localhost:8080:

$ make web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages