This repository is used as support for the medium article : https://medium.com/@PixelKK/ddd-in-practice-building-timesheet-feature-from-user-story-to-domain-model-b579cf7ecd8a
Before getting started, ensure that you have the following installed on your machine: • Docker • Docker Compose
Clone this repository to your local machine:
git clone [email protected]:mouize/demo-ddd-light.gitCreate a .env file in the docker folder and copy the contents of the .env.example file into it. You can modify the values in the .env file to suit your needs.
Create a .env file in the app folder and copy the contents of the .env.example file into it. You can modify the values in the .env file to suit your needs.