Sharetrip-api

A backend REST api where an external api will be called upon user request and run some keyword to search and store data from the response array texts.

Tech Stack

  Node.js   Express.js   MongoDB   Mongoose

Installing

A step by step series of examples that tell you how to get a development environment running:

  1. Clone the repository
git clone https://github.com/AsifHimu/sharetrip-api.git
  1. Install dependencies
npm install
  1. Start the development server
npm start