/Travel-Agency-API

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

Primary LanguageTypeScript

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