Skip to content

rajeshd50/node-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-todo

API for a todo app, using Node, Mongo and Express. With api testing using mocha. It's written in ES6.

Version

0.0.1

Installation

Node todo requires Node.js v4+ to run.

You need Gulp installed globally:

$ npm i -g gulp

Install required modules

$ npm install

For server

$ npm start

or Using modemon You need nodemon installed globally:

$ npm i -g nodemon

then,

$ nodemon ./bin/www

Testing

Install mocha globally

$ npm i -g mocha

Test cases are written in test/ directory.

Start the server first

then...

$ npm test

:D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published