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

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

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`