{"id":22399828,"url":"https://github.com/aravind452/flight-ticket-booking","last_synced_at":"2026-05-14T20:33:08.078Z","repository":{"id":185370363,"uuid":"673436102","full_name":"aravind452/FLIGHT-TICKET-BOOKING","owner":"aravind452","description":"Zoho 3rd round project - Flight ticket booking system","archived":false,"fork":false,"pushed_at":"2023-08-02T03:12:44.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T01:41:36.504Z","etag":null,"topics":["java","programming"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aravind452.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-01T16:05:49.000Z","updated_at":"2024-07-21T06:28:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"92001d79-1015-4def-8058-ab945a15a53a","html_url":"https://github.com/aravind452/FLIGHT-TICKET-BOOKING","commit_stats":null,"previous_names":["aravind452/flight-ticket-booking"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aravind452/FLIGHT-TICKET-BOOKING","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravind452%2FFLIGHT-TICKET-BOOKING","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravind452%2FFLIGHT-TICKET-BOOKING/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravind452%2FFLIGHT-TICKET-BOOKING/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravind452%2FFLIGHT-TICKET-BOOKING/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aravind452","download_url":"https://codeload.github.com/aravind452/FLIGHT-TICKET-BOOKING/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravind452%2FFLIGHT-TICKET-BOOKING/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33042194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","programming"],"created_at":"2024-12-05T08:10:08.405Z","updated_at":"2026-05-14T20:33:08.060Z","avatar_url":"https://github.com/aravind452.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2\u003e FLIGHT-TICKET-BOOKING \u003c/h2\u003e\n\nExplanation of the \"Flight Ticket Booking\"\n\n\u003ch2\u003e REQUIREMENTS FOR THE SYSTEM \u003c/h2\u003e\n\n1. ANY IDE (IDE USED IN THIS PROJECT - VSCODE)\n2. PROGRAMMING LANGUAGE - JAVA\n3. JAVA DEVELOPMENT KIT\n\n\u003ch2\u003e MODULES \u003c/h2\u003e\n\u003ch3\u003eSystem consists of Five Classes\u003c/h3\u003e\n\n- \u003ca href=\"https://github.com/aravind452/FLIGHT-TICKET-BOOKING/blob/main/MainClass.java\"\u003e MainClass.java \u003c/a\u003e\n- \u003ca href=\"https://github.com/aravind452/FLIGHT-TICKET-BOOKING/blob/main/Booking.java\"\u003e Booking.java \u003c/a\u003e\n- \u003ca href=\"https://github.com/aravind452/FLIGHT-TICKET-BOOKING/blob/main/Flight.java\"\u003e Flight.java \u003c/a\u003e\n- \u003ca href=\"https://github.com/aravind452/FLIGHT-TICKET-BOOKING/blob/main/Seat.java\"\u003e Seat.java \u003c/a\u003e\n- \u003ca href=\"https://github.com/aravind452/FLIGHT-TICKET-BOOKING/blob/main/FlightBookingSystem.java\"\u003e FlightBookingSystem.java \u003c/a\u003e\n\n\u003ch3\u003eOperations that can be performed by this system\u003c/h3\u003e\n\n- List Down Flights\n- Search For Flights / Filter Flights\n- Book Tickets (Along With Food/Meal)\n- List Available Seats In The Flight\n- Cancellation Of Tickets\n- Summary Of Tickets\n\n\u003ch3\u003e STEPS \u003c/h3\u003e\n\n- Flight-A112-Chennai-Mumbai\n- Flight-A113-Chennai-Kolkata\n-\tFlight-A114-Chennai-Delhi ... etc.,\n- A folder contains all the file details with the above file names which will be considered as input to your program.\n\n- \u003ca href=\"https://github.com/aravind452/FLIGHT-TICKET-BOOKING/blob/main/MainClass.java\"\u003e MainClass.java \u003c/a\u003e - This class segragates the seats in the  between Business or Economy class (As Specified In The Requirements) and additionally it handles user inputs to perform the necessary function.\n\n- \u003ca href=\"https://github.com/aravind452/FLIGHT-TICKET-BOOKING/blob/main/Booking.java\"\u003e Booking.java \u003c/a\u003e - Necessary getters and setters which are necessary for the system have been created.\n\n- \u003ca href=\"https://github.com/aravind452/FLIGHT-TICKET-BOOKING/blob/main/Seat.java\"\u003e Seat.java \u003c/a\u003e - Necessary setters and getters have been created.\n\n- \u003ca href=\"https://github.com/aravind452/FLIGHT-TICKET-BOOKING/blob/main/Flight.java\"\u003e Flight.java \u003c/a\u003e - This class describes about the seating arrangements for Business and Economy seats in the Flight.\n\n- \u003ca href=\"https://github.com/aravind452/FLIGHT-TICKET-BOOKING/blob/main/FlightBookingSystem.java\"\u003e FlightBookingSystem.java \u003c/a\u003e - All the logics of the system has been specified in this class.\n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faravind452%2Fflight-ticket-booking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faravind452%2Fflight-ticket-booking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faravind452%2Fflight-ticket-booking/lists"}