Creating ERDs for Our Project
ERDs, or Entity Relationship Diagrams, are an important part of developing many software projects. They let us see how our data is related to itself, and other entities, so we know how to construct our data sources, such as a database.
They are also good, because they can be shared among the development team, so everyone can stay on the same page for knowing how to complete the project.