922 B
922 B
title
title |
---|
Install and Set Up Mongoose |
Install and Set Up Mongoose
You might want to check both the MongoDB and the Mongoose NPM Repositories for the manual configuration if you are not using Giltch.
OR
-
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).
-
Once done add the MONGO_URL in .env file and save your path as
mongodb://<dbuser>:<dbpassword>@ds<PORT>.mlab.com:<PORT>/<DATABASE-NAME>
which you copy from mLab. Remember to remove the angle brackets< >
when you replace your username and password of your database.