Node.js (Express) + Travis CI demo

Build Status

This aims to demonstrate a simple User story to be tested with Mocha, and have the tests run with Travis CI.

  • Start the server: npm start
  • Lint the code: npm run lint
  • Run the tests: npm test