In this project we will try to develop an ecommerce application with Spring and MongoDB. The application will build some rest services which in turn implement CRUD operations in MongoDB.
Here is the use case we will try to build:
- Get Product by id - done
- Get List of product by category - done
- Insert a product detail - done
- Get product by name - Deval's Team
- Get product based on category with create date descending - Punit's Team
- Find products created between 2 date range - Laxmi's Team
- Find product name and category for status is "P" - Utpal's Team
- Update a product (any attribute) based on SKU or id - Gagan's team
more...