This project was made to understand http requests , put , delete, get and post. this project is working with mongodb. we recomend use postman or insomia to prove the apis. next we provide you the commands to install all dependencies
$ npm install
$ npm start
$ brew update
$ brew install mongodb
create the “db” directory. This is where the Mongo data files will live. You can create the directory in the default location by running but you should be root user before to run this command.
$ mkdir -p /data/db
$ sudo chown -R `id -un` /data/db