Skip to content

damoxify/Flight-Search-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Flight search api using Node and Vue

This repository contains the source code for the project : FLIGHT SEARCH API.

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. Install the dependences and start the server:
cd server
npm install
npm start
  1. Install the dependences and start the client:
cd client
npm install
npm run build && npm run serve

About

Node.js and Vue application demonstrating the integration of Amadeus flight search APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors