dkrest1 / flight-search-api

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

Home Page:https://flight-search-api.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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

https://flight-search-api.vercel.app


Languages

Language:JavaScript 98.5%Language:CSS 1.1%Language:HTML 0.4%Language:Shell 0.1%