Full stack NodeJS, ReactJS and MongoDB - CRUD API
git clone https://github.com/luizcalaca/fullstack-react-nodejs-crud-api.git
First install the mongodb shell https://www.mongodb.com/docs/mongodb-shell/ and after you can use a MongoDB extension for VSCode IDE https://www.mongodb.com/products/vs-code for data visualization
cd fullstack-react-nodejs-crud-api/backend
npm install
npm start
cd fullstack-react-nodejs-crud-api/frontend
npm install
npm start