Api Beers REST API NodeJS with Express Commands npm init npm install express --save node app.js npm install http-errors --save npm install body-parse --save npm install mongoose --save