Nodejs-MongoDb-TodoMVC
Nodejs-MongoDb-TodoMVC copied to clipboard
[DEPRECATED] RealTime Todo App (TodoMVC) in Node.js (Express.js Framework) + MongoDb + socket.io
[DEPRECATED] TodoMVC built with Node.js (Express.js Framework) + MongoDb + socket.io
Simple Todo Application based on https://github.com/addyosmani/todomvc
I've deprecated this project because a lot of dependencies are outdated. Thank you to everyone who contributed/starred/posted issues!
Installation
- Clone this repo
- run npm install
- Ensure MongoDb is running (command: mongodb )
- Run command: node app.js. Check http://localhost:8080
Additional features
- Realtime support! Add, edit, delete and changing status all supported.