👩💻 Join our community of thousands of amazing developers!
This article focuses on integrating mongoDB to a Nest Application. Installation Nodejs You will need nodejs to run the application, if you don’t have already installed,you can install node.js from https://nodejs.org/en/download/ NestJS Now install nest.js using command npm i -g @nestjs/cli if you are using a MAC device and it throws npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules this error, run this script $ sudo chown -R $(whoami) $(npm config get prefix)/{lib/nod...