Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

32 lines (28 loc) · 1.2 KB

RESTful Web Services with Node.js and Express

StackShare Build Status NPM version Dependency Status devDependency Status

Getting Started

  • npm start Will begin the server process using Nodemon.
  • gulp Gulp should open a new browser window for you, but if it doesn't, just point your browser to: localhost:8000

Dependencies

  • node.js
  • express
  • mongoDB
  • gulp
  • mocha -sinon
  • supertest

To Run tests

  • npm test

Setting up database