This is a Domain-Driven Design example project.
This repo is configured to be built with Docker, and Docker compose. To build all apps in this repo:
docker-compose up -d
Open http://localhost:3000.
To shutdown all running containers:
docker kill $(docker ps -q) && docker rm $(docker ps -a -q)