Skip to content

Flight Searching and Booking API using Node.js and TypeScript Built On Top Of Amadeus API

Notifications You must be signed in to change notification settings

AmaniEzz/Travel-Agency-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Flight Searching and Booking API using Node.js and TypeScript Built On Top Of Amadeus API

- Users can search flights using multiple filters. 
- Only logged-in users can confirm and book a flight.

Running the code

  1. Go to Amadeus developer website, create an account and obtain your credentials.

  2. Create a new server/.env file and add your Amadues client_id and client_secret credentials as follows:

CLIENT_ID=foo
CLIENT_SECRET=bar
  1. Install the dependences and start the server:
cd server
npm install
npm dev

About

Flight Searching and Booking API using Node.js and TypeScript Built On Top Of Amadeus API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published