/todos-jquery-nodejs-mongodb

Web application built with jQuery, Nodejs and Mongodb

Primary LanguageJavaScript

Todos with Node.js

Background

This project was created to learn about Node.js.

Getting Started

Requirements

  • Install Node.js 4.0 or newer.

Installation

To run the app

  • run npm start
  • open browser and enter http://localhost:9001/

To test

  • run npm test to execute unit tests

References

Node.js and Express

Node.js and Express handles the server side for this app.

Mocha and Chai

Unit tests are written with Mocha and Chai.