/amadeus-flight-booking-node

Node.js and Vue application demonstrating the Amadeus Self-Service flight booking APIs

Primary LanguageVueMIT LicenseMIT

Flight booking app using Node and Vue

This repository contains the source code for the blog article Flight booking app using Node and Vue. The article is split into two different parts:

Running the code

  1. Create a new server/.env file and add your client_id and client_secret credentials as follows:
CLIENT_ID=foo
CLIENT_SECRET=bar
  1. Start the server:
cd server && npm start
  1. Start the client:
cd client && npm run build && npm run serve

License

This library is released under the MIT License.

Help

Our developer support team is here to help you. You can find us on StackOverflow and email.