This repository contains the source code for the project : FLIGHT SEARCH API.
- Create a new
server/.envfile and add yourclient_idandclient_secretcredentials as follows:
CLIENT_ID=foo
CLIENT_SECRET=bar
- Install the dependences and start the server:
cd server
npm install
npm start
- Install the dependences and start the client:
cd client
npm install
npm run build && npm run serve