/todo-list

A to do list

Primary LanguageJavaScript

TODO-list

Coverage comming soon!

Coverage Status

This aplication have a online connection to db at mongolab so you don't need to configure a db. You can check gulp test but is not complete yet.

Required

  • node.js 4 +

###To install this app please clone the git repo: https://github.com/michelpm1/todo-list.git

####Install dependencies:

npm install

####To run:

node server

####then in your browser: http://localhost:3000/#/todolist

####For tests install:

npm install -g protractor
webdriver-manager update
webdriver-manager start

####and run inside tests folder:

protractor conf.js