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
- Host: GitHub
- URL: https://github.com/aveek-saha/mean-todo-app
- Owner: Aveek-Saha
- License: mit
- Created: 2018-03-15T13:27:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T14:33:12.000Z (over 6 years ago)
- Last Synced: 2025-02-15T20:24:39.463Z (2 months ago)
- Topics: angularjs, express, express-middleware, mlabs, mongodb, mongoose, node-js, nodejs
- Language: JavaScript
- Homepage: https://todo0.herokuapp.com/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.