A flight search API integrated with a third party API [Amadeus] to retrieve flight information and display search results.
- Frontend: React, TailwindCSS
- Backend: NodeJS, Express
- Third Party API: Amadeus API
- Mongoose With MongoDB
- Environment-based Configuration
You can view the design and wireframes of the project on Figma:
- Node.js(16.x)
- React (18.x)
- Clone the Repository:
$ git clone https://github.com/dkrest1/flight-search-api.git
$ cd client
$ npm run dev
create a .env file and put in the right credentials
$ cd server
$ cp .env.sample .env
$ npm run dev