API for a todo app, using Node, Mongo and Express. With api testing using mocha. It's written in ES6.
0.0.1
Node todo requires Node.js v4+ to run.
You need Gulp installed globally:
$ npm i -g gulpInstall required modules
$ npm installFor server
$ npm startor Using modemon You need nodemon installed globally:
$ npm i -g nodemonthen,
$ nodemon ./bin/wwwInstall mocha globally
$ npm i -g mochaTest cases are written in test/ directory.
Start the server first
then...
$ npm test