Nostromos / what.ecom

PERN Ecom app for Codecademy's Full Stack path.
MIT License
0 stars 0 forks source link

Use state to update design for datastore #6

Open Nostromos opened 7 months ago

Nostromos commented 7 months ago

Plan out the different types of data the application will track and how those pieces of data relate.

Think about what tables you’ll need for your application. For example, you may want a table that stores information about all the products available on your e-commerce site.

You can streamline this process by using an ERD (Entity Relationship Diagram). An ERD is a useful tool for helping to organize and visualize your data tables and the relationships between them. One popular tool for created ERDs is ERDPlus.