============
This is a MEAN application that provides the main functions you'd expect from a todo list manager.
Clone this repo to your desktop and run npm install
and then bower install
to install all the dependencies. MongoDB is required. Install instructions can be found here https://docs.mongodb.org/manual/administration/install-community/
Once the dependencies are installed, you can run node app
from the root of todos to start the back-end server. Then run gulp serve
from the root of mytodo to start the front-end. You will then be able to access it at localhost:3001
This project is licensed under the terms of the MIT license.