This Project consists of basic structure of Express JS project to create an RESTFul API to filter mongodb records from external uri
Node.js - get the latest version of node here -> https://nodejs.org/en/
- Clone this repo to your desired destination
- cd getir_assignment
- npm install // To install dependencies
- Rename .env.example to .env And put your MongoDB uri
- npm start
The server will be running on PORT 3000 by default on your local machine