An open API service indexing awesome lists of open source software.

https://github.com/aveek-saha/mean-todo-app

A checklist style todo app made using the MEAN stack. The tasks sync seamlessly across multiple instances of the application
https://github.com/aveek-saha/mean-todo-app

angularjs express express-middleware mlabs mongodb mongoose node-js nodejs

Last synced: 16 days ago
JSON representation

A checklist style todo app made using the MEAN stack. The tasks sync seamlessly across multiple instances of the application

Awesome Lists containing this project

README

        

# MEAN Todo App
A checklist style todo app made using the MEAN stack (MongoDb Express AngularJs Node). The tasks sync seamlessly across multiple instances of the application.

# How to use
Clone this repository and in the `todo/server.js` file, replace this text
``````

in this line
```mongoose.connect('');```

with your Mlabs connection string.

Then go to the `todo/` directory in you command line and run `npm install` to install all the packages.

After installing run `node server.js` an open `http://localhost:8080/` on your browser.