This Flight Booking System is a Java Spring Boot application that allows users to view available flights, sort them by various criteria, and book flights. The application uses Thymeleaf for the frontend and integrates with a MySQL database to store flight and booking information.
git clone https://github.com/ArjunAraneta/Java-Spring-ThymeLeaf-Flight-Booking-System.git
cd Java-Spring-ThymeLeaf-Flight-Booking-System
./mvnw clean install
./mvnw spring-boot:run
http://localhost:8080/flights
to access the application.This project is licensed under the Apache License, Version 2.0. The Apache License is a permissive open-source license that allows users to use, modify, and distribute the software, including for commercial purposes, as long as they provide attribution to the original authors and comply with the other terms of the license.
Contributions to the Flight Booking System are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.