In the (ch1-4)-restfulAPI-mongodb folder, its contain building the RESTful API with Express and MongoDB with mongoose as the MongoDB object modeling lib for Node.js
install all of packages
npm i
# OR
npm install
set the database env:
# .env
DB=YOUR_DATABASE
run server with the following:
npm run server
soon ...