https://github.com/markshust/todomvc-nodejs-mongoose-socketio
TodoMVC built with Node.js + Express + Mongoose + Socket.IO
https://github.com/markshust/todomvc-nodejs-mongoose-socketio
Last synced: 4 months ago
JSON representation
TodoMVC built with Node.js + Express + Mongoose + Socket.IO
- Host: GitHub
- URL: https://github.com/markshust/todomvc-nodejs-mongoose-socketio
- Owner: markshust
- License: mit
- Created: 2017-01-04T17:59:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T18:50:42.000Z (over 9 years ago)
- Last Synced: 2025-04-11T13:49:23.736Z (about 1 year ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## TodoMVC built with Node.js + Express + Mongoose + Socket.IO
Simple Todo Application based on https://github.com/addyosmani/todomvc and https://github.com/ishuah/Nodejs-MongoDb-TodoMVC.
### Installation
1. Clone this repo
2. Run `yarn`
3. Ensure MongoDB is running (command: `mongodb`)
4. Run command: `node index.js`
5. Check `http://localhost:3000`