Hotel Reservation API: This API is used for hotel room management and reservations. In this API there are 2 actors, namely Admin and Customer. Admins can access all features, while customers can only access Reservations, Payments and other features using the GET method.
Postman Documentation: (https://documenter.getpostman.com/view/17589555/2sA35Eb3nY)
API JSON: (https://github.com/akurizaldirv/hotel-reservation/blob/development/documentation/api-docs.json)
This project created with:
- Java 17
- Spring Boot v3.2.4
- PostgreSQL
- Maven 4.0
- JPA
- Validation
- Spring Security