Node.js – CRUD operations with MongoDB
In this post, we will see how to create a Web API with Node.js to run all CRUD operations for an entity called Person, using MongoDB as database. We start creating a Node project called MongoCRUD using the command NPM INIT; it will create a package.json file like this: [PACKAGE.JSON] Then, we add a docker-compose… Read More »