Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 938 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 938 Bytes

FLIGHT SEARCH API

Description

A flight search API integrated with a third party API [Amadeus] to retrieve flight information and display search results.

Technologies Used

  • Frontend: React, TailwindCSS
  • Backend: NodeJS, Express
  • Third Party API: Amadeus API
  • Mongoose With MongoDB
  • Environment-based Configuration

Design

You can view the design and wireframes of the project on Figma:

Prequesites

  • Node.js(16.x)
  • React (18.x)

Getting Started

  1. Clone the Repository:
$ git clone https://github.com/dkrest1/flight-search-api.git

Frontend

$ cd client
$ npm run dev

Backend

create a .env file and put in the right credentials

$ cd server
$ cp .env.sample .env
$ npm run dev

API documentation

http://localhost:3000/api-docs/