Skip to content

Latest commit

 

History

History
85 lines (61 loc) · 2.69 KB

README.md

File metadata and controls

85 lines (61 loc) · 2.69 KB

EasyStay - Hotel Booking Application

Welcome to the Hotel Booking Application repository! This project is a comprehensive solution designed to streamline hotel room reservations for guests and empower administrators with efficient management tools.

Features

  • User-Centric Experience:

    • Intuitive and visually appealing interface for seamless browsing and booking.
    • Advanced filtering options for room customization.
  • Efficient Booking Management:

    • Comprehensive system for viewing, filtering, and canceling bookings.
    • Seamless confirmation process with unique confirmation codes.
  • Administrator Control Panel:

    • Feature-rich control panel for administrators to manage bookings and rooms.
    • Date-based filtering for streamlined oversight.
  • Scalability and Future Readiness:

    • Engineered for scalability to ensure optimal performance.
    • Explores future enhancements, including integration with smart technologies and globalization features.

Technologies Used

  • Frontend:

    • React.js
    • Bootstrap Framework
  • Backend:

    • Spring Boot
  • Database:

    • MySQL

Getting Started

Follow these steps to set up the project locally:

  1. Clone the repository:

    https://github.com/Pankaj-Chourasia/EasyStay.git
  2. Navigate to the project directory:

     cd hotel-booking-app
  3. Install dependencies:

    npm install   # For React.js dependencies
  4. Run the Frontend:

    npm start     # For React.js
  5. Navigate to the backend directory:

    cd backend
  6. Run the backend:

    java -jar EasyStayHotelApplication.jar

Contributing

Contributions are welcome! Please check out the Contributing Guidelines for more details.

License

This project is licensed under the MIT License

Acknowledgments

Special thanks to the following libraries, frameworks, and tools that contributed to the success of the Hotel Booking Application:

  • React.js: For providing a powerful and efficient JavaScript library for building user interfaces.

  • Spring Boot: For simplifying the development of the backend, enabling rapid and robust Java-based applications.

  • JWT (JSON Web Tokens): For securing the authentication process and enhancing the overall security of user data.

  • CORS (Cross-Origin Resource Sharing): For enabling secure cross-origin data transfers between the frontend and backend.

  • MySQL: For providing a reliable and scalable relational database management system.

These technologies have been instrumental in creating a seamless and innovative hotel booking experience for users and efficient management tools for administrators.