- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 188字
- 2021-07-02 13:11:40
Sample application
In order to explain the basics of the ER model, an online web portal to buy and sell cars will be modeled. The requirements of this sample application are as follows, and an ER model will be developed step by step:
- The portal provides the facility to register users online and provides different services for users based on their categories.
- Users might be sellers or normal users. The sellers can create new car advertisements; other users can explore and search for cars.
- All users should provide their full name and a valid email address during registration. The email address will be used for logging in.
- The seller should also provide an address.
- The user can rate the advertisement and the seller's service quality.
- All users' search history should be maintained for later use.
- The sellers have ranks and this affects the advertisement search; the rank is determined by the number of posted advertisements and the user's rank.
- The car advertisement has a date and the car can have many attributes such as color, number of doors, number of previous owners, registration number, pictures, and so on.
推薦閱讀
- Java逍遙游記
- Spring 5.0 Microservices(Second Edition)
- 摩登創客:與智能手機和平板電腦共舞
- 實戰Java程序設計
- Apache Karaf Cookbook
- ArcGIS By Example
- Learning JavaScript Data Structures and Algorithms
- PySide 6/PyQt 6快速開發與實戰
- Mastering Data Mining with Python:Find patterns hidden in your data
- Lighttpd源碼分析
- Learning Docker Networking
- Java程序設計與項目案例教程
- SQL Server 入門很輕松(微課超值版)
- OpenCV Android開發實戰
- OpenCV 3.0 Computer Vision with Java