Skip to content

Air-Flight-Booking is a backend project that simplifies and automates the flight booking process.It provides users with a secure platform to search for flights, view availability, and make reservations.The system handles fare calculation, payment processing, and seamless integration with airline systems.

Notifications You must be signed in to change notification settings

abhijeetsenguptaa/Air-Flight-Booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIR FLIGHT BOOKING

GET / => This route will return you a welcome note that Welcome to the Air Flight booking.

POST /api/register => This route will allow the users to Register.

POST /api/login => This route will allow the user to Login to the Portal.

GET /api/flights => This route will get all the data of the Available Flights.

GET /api/flights/:id => This route will get all the data of the Specific Flight.

POST /api/flights => This route will allow to add new flight to the Database.

PATCH/PUT /api/flights/:id => This route will allow to update the data of any specific flight with specific id.

DELETE /api/flights/:id => This route will allow to delete the data of any specific flight with specific id.

GET /api/dashboard => This route will shows all the flights booked by the users.

POST /api/booking => This route will allow the user to book any flight he/she wants to..

About

Air-Flight-Booking is a backend project that simplifies and automates the flight booking process.It provides users with a secure platform to search for flights, view availability, and make reservations.The system handles fare calculation, payment processing, and seamless integration with airline systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published