aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c0f3ccd36b7670dedb725abf6d5e519caa8a1cec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Requirements

- [Node and npm](http://nodejs.org)

## Installation

1. Clone the repository: `git clone git@github.com:scotch-io/node-todo`
2. Install the application: `npm install`
3. Place your own MongoDB URI in `config/database.js`
3. Start the server: `node server.js`
4. View in browser at `http://localhost:8080`