In this post, we’re going to go through building a rest api with Node.js and MongoDB. First of all, let’s create a new Node project in our computer: ps: I’m gonna be using yarn package manager, but commands are either gonna work with npm. Inside the project folder, run: yarn…