A web application enables people to book hotel rooms.
This project builds rest APIs with Java and Spring Boot and responsive front end using Angular JS 2 and Twitter Bootstrap. Finally, it tests each end point using Postman.
- Check for available rooms based on a check-in and check-out date.
- Create a new room reservation.
- Delete a room reservation.
- Bootstrap with Spring Initializr
- Implement GET, POST, PUT, and DELETE endpoint using Spring MVC
- Test endpoints using the Postman client
- Style components in Angular 2
- Implement persisting layer with Spring JPA
- Implement REST API request
- Server-side data validation with Spring MVC
- Unit testing example with REST Assured
- Share Postman Collection with Swagger and API Blueprint
Instructions: https://www.lynda.com/Spring-Framework-tutorials/Building-Full-Stack-App-Angular-2-Spring-Boot/573416-2.html