About | Technologies | Requirements | Starting | Author
This is a backend for flight search app. It is made using Node.js and Express.js. It is a REST API which is used to fetch data from Amadeus and send it to the frontend.
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/MePriyanshuHoo/Flight-search-backend
# Access
$ cd Flight-search-backend
# Install dependencies
$ npm install
# Run the project
$ npm start
# The server will initialize in the <http://localhost:4000>
Made by 🦑 Priyanshu Vishwakarma