@@ -7,13 +7,20 @@ Create project with Spring boot Webflux wit MongoDB database.
...
@@ -7,13 +7,20 @@ Create project with Spring boot Webflux wit MongoDB database.
Employee End points:
Employee End points:
1.http://localhost:8080/employee/saveEmployee
1.http://localhost:8080/employee/saveEmployee
1.http://localhost:8080/employee/findById/{empId}
2.http://localhost:8080/employee/findById/{empId}
1.http://localhost:8080/employee/findAllEmployees
3.http://localhost:8080/employee/findAllEmployees
1.http://localhost:8080/employee/findAllEmployeesBySalary : Find all employees who is having salary greater than 30k
4.http://localhost:8080/employee/findAllEmployeesBySalary : Find all employees who is having salary greater than 30k
Cities End Points:
Cities End Points:
1.http://localhost:8080/cities/createCity
1.http://localhost:8080/cities/createCity
1.http://localhost:8080/cities/findAll
2.http://localhost:8080/cities/findAll
1.http://localhost:8080/cities/findByCitiesInContinent : Find all cities by continent using Aggregation classes
3.http://localhost:8080/cities/findByCitiesInContinent : Find all cities by continent using Aggregation classes
1.http://localhost:8080/cities/findCitiesByPopulation : Find all cities by population by continent wise using mongodb query directly in aggregations classes
4.http://localhost:8080/cities/findCitiesByPopulation : Find all cities by population by continent wise using mongodb query directly in aggregations classes
\ No newline at end of file
Sales End points:
1.http://localhost:8080/sales/addSale
2.http://localhost:8080/sales/findById/{saleId}
3.http://localhost:8080/sales/findAllSales
4.http://localhost:8080/sales/searchBy/{mode}/{location} : Searching sales with purchase mode and store location by using mongodb atlas search cloud databse