Skip to content

A Flight Reservation System implemented using Java Spring Boot MVC framework and MySQL database. The system allows users to search for flights dynamically based on various criteria, book flights, and cancel reservations.

Notifications You must be signed in to change notification settings

ch3lla/flight-reservation-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Flight Reservation System Readme

Description: This project is a Flight Reservation System implemented using Java Spring Boot MVC framework and MySQL database. The system allows users to search for flights dynamically based on various criteria, book flights, and cancel reservations.

Features:

  • Flight Booking: Users can book flights by providing necessary details such as departure/arrival location, date, and number of passengers.
  • Flight Cancellation: Users can cancel their flight reservations if needed, which updates the database accordingly.
  • Dynamic Search Filters: The system offers dynamic search functionality, enabling users to search for flights based on criteria like the number of connections, available seats, and other relevant parameters.

Technologies Used:

  • Java Spring Boot MVC framework for backend development.
  • MySQL database for storing flight and reservation data.
  • Thymeleaf for server-side templating.
  • HTML, CSS, and JavaScript for frontend design and interactivity.

Setup Instructions:

  1. Clone the repository to your local machine.
  2. Set up the MySQL database and configure the application.properties file with the database connection details.
  3. Build and run the project using Maven or your preferred IDE.
  4. Access the application through the specified URL and start exploring the flight reservation functionalities.

About

A Flight Reservation System implemented using Java Spring Boot MVC framework and MySQL database. The system allows users to search for flights dynamically based on various criteria, book flights, and cancel reservations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published