Skip to content

workwithrana/spring-mongo-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-mongo-training

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:

  1. Get Product by id - done
  2. Get List of product by category - done
  3. Insert a product detail - done
  4. Get product by name - Deval's Team
  5. Get product based on category with create date descending - Punit's Team
  6. Find products created between 2 date range - Laxmi's Team
  7. Find product name and category for status is "P" - Utpal's Team
  8. Update a product (any attribute) based on SKU or id - Gagan's team

more...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages