From f383a85f8ed569821ea0e929139dcd68c5541519 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Wed, 3 Aug 2016 14:30:06 -0400 Subject: all files --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..c0f3ccd --- /dev/null +++ b/README.md @@ -0,0 +1,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` + + + -- cgit v1.2.3