Pre-requistie
- MongoDB should be installed
- Java 7
Below are the postman collection for the API
- Create API
POST http://localhost:8080/hotels/createHotel { "id":10, "name" : "Adigas", "description" : "Coffee Shop", "city" : "Bangalore", "rating" : 10 }