/api-beers-nodejs

Learning NodeJS with Express

Primary LanguageJavaScript

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