CDAC final project
Lead the development of a B2C web portal using Angular, Spring Boot, REST API, Spring Data JPA, Maven and MySQL for a Hotel chain. It provides all facilities such as searching hotels, room types, customer booking, billing, staff login using JWT, cancellation, check-in and check-out. The application also sends booking id and invoice generated in PDF using JasperReports to the customer's email id using Microservice architecture.
TO run Angular app
- Use "npx @angular/cli@10 new discount-inn" to create new Angular 10 application.
- Replace your src folder with this folder.
- Install Node version 16.
- Execute "npm i [email protected]"
- Execute "npm i [email protected]"
- Execute "ng serve --open"