trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

Add an entity-relationship model diagram #58

Closed bglamadrid closed 2 years ago

bglamadrid commented 3 years ago

Yep, I forgot to add one. The @Entity classes themselves already can generate a valid database schema. So I'm thinking of using Adminer connected to a MariaDB instance for designing this. Should be done in a breeze once I get time to do it.

bglamadrid commented 2 years ago

I did this in this commit.