/express-test

Quick project to learn basics of Test Driven Development using ExpressJS and Mocha

Primary LanguageJavaScriptMIT LicenseMIT

Test Driven Development with ExpressJS

This little project tries to put together several JavaScript technologies in order to learn a workflow for doing Test Driven Development (TDD).

The technologies used are the following:

To run the tests simply cd into your project directory and run npm test.

To try a live demo please check https://obscure-dawn-76650.herokuapp.com.


More to come