- Clone this repo;
- Download and install Node.js
- Download, install and run MongoDB, and create the schema "cms";
- Go to the root folder and run "npm install";
- Run "npm run start";
- If the last message on your console is "Server running at port 3000", you're good, so go to http://localhost:3000/api/products on your browser to see the results.