¡Sorpréndeme!

React & Node.js Authentication: how to install Mongoose

2024-07-21 2 Dailymotion

Mongoose is a library for MongoDB and Node.js. Mongoose provides a way to define a structure for your data and interact with it in a more intuitive way than using raw MongoDB queries.

For my Node.js application I'm using MongoDB as database and in this video I'm showing how I'm installing Mongoose.