From c816a88d3b40ea205caf0b452fe691d456e16c82 Mon Sep 17 00:00:00 2001 From: Owais Ali Date: Wed, 6 Mar 2019 00:05:16 +0500 Subject: [PATCH] Update guide 'install and set up mongoose' (#29450) --- .../install-and-set-up-mongoose/index.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/guide/english/certifications/apis-and-microservices/mongodb-and-mongoose/install-and-set-up-mongoose/index.md b/guide/english/certifications/apis-and-microservices/mongodb-and-mongoose/install-and-set-up-mongoose/index.md index 16bc2b638e..0108ba03fe 100644 --- a/guide/english/certifications/apis-and-microservices/mongodb-and-mongoose/install-and-set-up-mongoose/index.md +++ b/guide/english/certifications/apis-and-microservices/mongodb-and-mongoose/install-and-set-up-mongoose/index.md @@ -3,12 +3,15 @@ title: Install and Set Up Mongoose --- ## Install and Set Up Mongoose -You might want to check both the [MongoDB](https://www.npmjs.com/package/mongodb) and the [Mongoose](https://www.npmjs.com/package/mongoose) NPM Repositories to get up and running. +You might want to check both the [MongoDB](https://www.npmjs.com/package/mongodb) and the [Mongoose](https://www.npmjs.com/package/mongoose) NPM Repositories for the manual configuration if you are not using Giltch. + +OR + +1. You can use the glitch feature of search packages, install them and update package.json all by itself. (You should use fresh Glitch project from the url given in MongoDb and Mongoose first intro page). + +2. Once done add the MONGO_URL in .env file and save your path as +```` mongodb://:@ds.mlab.com:/ ```` which you copy from mLab. Remember to remove the angle brackets ````< >```` when you replace your username and password of your database. -This is a stub. Help our community expand it. - -This quick style guide will help ensure your pull request gets accepted. -