Skip to content

Hotel Reservation Manager is for the Landon Hotel in Toronto, with a Spring Boot Java backend and Angular frontend, supporting English and French, plus currency and time zone features. (Note: this is adapted from a school project)

License

Notifications You must be signed in to change notification settings

wonyoung-jang/hotel-reservation-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel Reservation Manager

The Hotel Reservation Manager is a specialized application created for the Landon Hotel in Toronto, Canada, facilitating hotel reservation management. It employs a Spring Boot Java backend, an Angular frontend, and is tailored for English and French users, incorporating features like currency display and time zone conversion to cater to a diverse clientele.

Hotel Reservation Manager

Table of Contents

Languages Used

  • Java

Technologies Used

  • Spring Boot
  • Angular
  • Maven
  • Docker
  • Localization and Internationalization with Java Resource Bundles
  • Currency Conversion (Frontend Logic)
  • Time Zone Conversion (Java Backend Logic)

Setup and Running the Application

Ensure Java, Maven, Node.js, and Angular CLI are installed.

Frontend Setup

  1. Move to the UI folder.
  2. Execute npm install to install Angular dependencies.
  3. Run ng build and ng serve to start the Angular frontend, accessible at localhost:4200.

Backend Setup

  1. Execute mvn clean install and mvn spring-boot:run to initiate the Spring Boot backend.
  2. Application available at localhost:8080.

Features

Localization and Internationalization

  • Java Resource Bundles for English and French welcome messages, displaying them concurrently via multithreading.

Currency Display

  • Angular frontend adapted to showcase reservation costs in USD, CAD, and EUR, independent of backend modifications.

Time Zone Conversion

  • Java class for time conversion between ET, MT, and UTC.
  • REST controller makes the time conversion accessible to the frontend.

Docker Deployment

  1. Package the application using mvn clean package.
  2. Establish a Dockerfile at the project root.
  3. Build and deploy the Docker image, making it available on port 8080.

License

MIT License

About

Hotel Reservation Manager is for the Landon Hotel in Toronto, with a Spring Boot Java backend and Angular frontend, supporting English and French, plus currency and time zone features. (Note: this is adapted from a school project)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages