Domain Driven Database Design

Doug Rosenberg
2 min readDec 10, 2020

--

As part of our ongoing quest for more tutorials I’m happy to introduce the first video of our CodeBot 201 series — Domain Driven Database Design.

How easy is it to create a database access API from a domain model using CodeBot? Really, really easy…

This video will show you how in less than 3 minutes…which is about how long it takes for you to try it yourself.

We’re introducing a new tutorial example — video fantasy football — where your app can show video of your players scoring touchdowns in near real-time.

In this video we’ll follow the evolution of the TEAM object from a noun on a short problem domain description,

Team is an object in the problem domain

to a class on a domain model diagram,

A Team has an Owner and a Roster and a Schedule

to a Mongo DB collection with a Node JS API (documented in Swagger),

We can Create Teams, Read Teams, Update Teams…

and a client-side layer that makes it incredibly easy to access the API.

But we don’t have to call the API directly because there’s client side code including usage samples

CodeBot is a very complicated product that does an incredible amount of work to make your life as a developer much much simpler. Give it a try today!

--

--

No responses yet