- 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.
推薦閱讀
- Learning ROS for Robotics Programming(Second Edition)
- 軟件項目管理(第2版)
- Visual FoxPro程序設計教程
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Learning Python by Building Games
- Bootstrap 4 Cookbook
- Yii Project Blueprints
- Python從入門到精通
- PHP 7從零基礎到項目實戰
- JavaScript悟道
- 深入分析GCC
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Learning Cocos2d-JS Game Development
- C語言程序設計
- 交互設計語言:與萬物對話的藝術(全兩冊)