Contents

Database for an e-commerce company | Ensimag's Project

The project

The e-commerce company for individuals, Gange, wants us to set up a database to better manage the products they offer for sale.
The sales are based auction mode:

  • Users make increasing bids on available products and the 5th bid wins.
  • The auction mode is not important, it can should changed easily, and is not known by Gange’s customers.
  • The products are categorized and and a recommendation mode should be implemented. Recommendations should be made based on previous bids made by users The project lasted half a week and we were asked to do it in team of 5 students

Tools used

We used Java to build the app and SQL (Oracle) for the database. We used the API JDBC to use the database from Java.