Last active
August 29, 2015 14:09
-
-
Save phatak-dev/240dc329c75f8392d087 to your computer and use it in GitHub Desktop.
Revisions
-
phatak-dev revised this gist
Nov 19, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Install following softwares on your machine. ## Getting the code 1. Clone the code from https://github.com/phatak-dev/mean-readitlater 2. Cd into mean-readitlater/mongorest folder 3. Run npm install to get the dependencies 4. Run node server.js -
phatak-dev revised this gist
Nov 19, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,6 @@ Install following softwares on your machine. 3. Run npm install to get the dependencies 4. Run node server.js ## Up to date Additional code may be added in coming days. Make a pull before coming to the session. -
phatak-dev revised this gist
Nov 19, 2014 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Install following softwares on your machine. * Git - Refer to http://git-scm.com/ * Mongodb - Refer to http://docs.mongodb.org/manual/installation/ for steps * Node.js and npm - Refer to https://github.com/joyent/node/wiki/installation for steps * Nodemon - Refer to https://www.npmjs.org/package/nodemon @@ -14,3 +15,6 @@ Install following softwares on your machine. 3. Run npm install to get the dependencies 4. Run node server.js ## Being up to date Additional code may be added in coming days. Make a pull before coming to the session. -
phatak-dev created this gist
Nov 19, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ ## Software prerequisites Install following softwares on your machine. * Mongodb - Refer to http://docs.mongodb.org/manual/installation/ for steps * Node.js and npm - Refer to https://github.com/joyent/node/wiki/installation for steps * Nodemon - Refer to https://www.npmjs.org/package/nodemon * Postman chrome plugin - https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm?hl=en ## Getting the code 1. Clone the code from https://github.com/phatak-dev/mean-readitlater 2. Cd into mongorest folder 3. Run npm install to get the dependencies 4. Run node server.js