Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 758 Bytes

File metadata and controls

17 lines (9 loc) · 758 Bytes

What’s domain modeling?

Domain Modeling is a way to describe and model real world entities and the relationships between them, which collectively describe the problem domain space.

Entity Relationship Diagram (ERD)

Entity Relationship Diagrams (ERD) are used widely in domain modeling. In this diagram, entities are showing by boxes and are connected to each other with a line (relationships).

An example of ER diagrams are shown below:

ERD_Student_Teacher

To really learn about this topic, please read this Wiki page

To have a rough overview, you can watch this video {% hyf-youtube src="https://www.youtube.com/watch?v=-fQ-bRllhXc" %}