8000 GitHub - m10maeda/itddd
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

m10maeda/itddd

Repository files navigation

Introduction to Domain-Driven Design

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.

This is a Domain-Driven Design example project.

Getting Started

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)

Read more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0