Skip to content

PipeFTW/ddd-demo

Repository files navigation

Domain Driven Design Demo

Introduction

This repository is a simple introduction into the DDD pattern. The technologies used are:

Installation

There are 3 options for databases

  • MariaDB
  • MongoDB
  • SQLite

Use the docker-compose.yaml file in the local-dev folder to start your database. The default database is MariaDB. For the MongoDB, a change in the Domain is necessary because of the ID.

docker-compose -f local-dev/docker-compose.yaml up -d