Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billymohajeri/java_erd
https://github.com/billymohajeri/java_erd
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/billymohajeri/java_erd
- Owner: billymohajeri
- Created: 2024-08-02T07:11:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T22:57:55.000Z (6 months ago)
- Last Synced: 2024-10-28T11:49:02.350Z (3 months ago)
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Design an ERD for an E-commerce app (the implementation will come later as we progress in the program)
### Objectives
- Understand the requirements of an e-commerce system.
- Identify the key entities involved in an e-commerce application.
- Define the attributes for each entity.
- Establish relationships between entities.
- Create a detailed ERD that accurately represents the data model.You should have at least 3 entities: Product, User, and Order
### Do keep in mind that:
- This is a teamwork
- The entities we are suggesting are just basic ones; feel free to add more.### Assignment delivery:
- Team lead to fork this repo and then the team memembers should fork the team lead's repo.
- Or feel free to follow a specific approach that you as a team would agree on.
- Team lead to open a PR against Integrify's repo
- Share an image of your ERD Or share a link to an online playgroundInvestigate online potential entities and properties for your system. Make sure you don't overwhelm yourself with a lot of entities.
You could have two versions: a basic approach and another intermediate approach in case you will have enough time while implementing.
PS: You should be able to refactor from a basic approach to intermediate with the least hassle.