/Toptal-mongo-article

Code for AirPair article to explain MongoDBs Aggregation Pipelines

Primary LanguageJavaScript

Toptal-mongo-article

Code for Toptal MongoDB article to explain MongoDBs Aggregation Pipelines

Steps to setup the application on your machine (from the command prompt):

  1. git clone https://github.com/avikaza/Toptal-mongo-article
  2. cd to the directory where the repo was cloned. "cd xxxxxxx/Toptal-mongo-article"
  3. Run "npm install". This will update/install all the required modules locally.
  4. Run "node app.js" to run the application locally.
  5. If there are any errors about missing modules, run "npm install xxxxxx" where xxxxx is the module name.
  6. If there are no errors it should say :Express server listening on port xxxx".
  7. From browser go to localhost:xxxx to access the application.