A Hotel Reservation App which allows users to reserve a room on a particular period based on the room availability.
Build Spring Boot App
./gradlew clean build
Build Angular4 App
cd src/main/webapp/angular4
npm install
Run Spring Boot App
./gradlew bootRun
Run Angular4 App
ng serve
Import the following file into Postman
Reservation.postman_collection.json
Special Thank to Christopher Anatalio, an instructor who teaches on Lynda
https://www.lynda.com/Spring-Framework-tutorials/Building-Full-Stack-App-Angular-2-Spring-Boot/573416-2.html