Browse Source

docs: add database diagrame as image to the subject (#2230)

pull/2233/head^2
zanninso 12 months ago committed by GitHub
parent
commit
be0f420699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. BIN
      subjects/java/projects/buy-01/Database-Design.png
  2. 22
      subjects/java/projects/buy-01/README.md

BIN
subjects/java/projects/buy-01/Database-Design.png

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 126 KiB

22
subjects/java/projects/buy-01/README.md

@ -12,27 +12,7 @@ Develop an end-to-end e-commerce platform with Spring Boot microservices and Ang
#### 2. Enhanced Database Design #### 2. Enhanced Database Design
+---------------------------+ 1 n +------------------------+ ![DataBase Design](https://github.com/01-edu/public/tree/CON-2194-Fix-Bad-Diagrame-Rendring-related-to-issue-2229/subjects/java/projects/buy-01/Database-Design.png)
| User | ---------------> | Product |
+---------------------------+ +------------------------+
| +String id | | +String id |
| +String name | | +String name |
| +String email | | +String description |
| +String password | | +Double price |
| +Enum role (client/seller)| | +Int quantity |
| +String avatar | | +String userId |
+---------------------------+ +------------+-----------+
|
| 1 n
|
+------------v-----------+
| Media |
+------------------------+
| +String id |
| +String imagePath |
| +String productId |
+------------------------+
#### 3. API Development Enhancement #### 3. API Development Enhancement

Loading…
Cancel
Save