Created REST Api for hotels. Used Spring Boot and MySQL database. The api has several endpoints for adding hotel, updating hotel, deleting and adding review for a hotel.
Global error handling is implemented and validation of the request body.
TO DO:
- Add Authentication/Authorization
- Add API documentation