Domain-Driven Design, a first taste
Domain-Driven Design is a vast topic; here we’ll only get a first taste of it, by taking a look at how BikeShare, a real-ish project, organizes its code around the business domain. We will use it as a case study to introduce hexagonal architecture.
Clone the project locally:
$ git clone https://gitlab.com/noseda_a/bikeshare.git