Find all the prerequisite setups here
Find the presentation used in the session here
-
Clone the repository and navigate into the respective folder
-
Install the required npm packages :
npm install
-
For the "CRUD Application" you'll need to create a MongoDB URI connection. Then in app.js line 14 replace "YOUR_MONGODB_URI" with your own MongoDB URI. For example,
mongodb+srv://<username>:<password>@cluster0.n0t8d.mongodb.net/myFirstDatabase?retryWrites=true&w=majority