diff options
| author | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-16 02:01:34 +0000 |
|---|---|---|
| committer | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-16 02:01:34 +0000 |
| commit | cb9e54e26d9b60c0f09a416dd7e51cd11b14c035 (patch) | |
| tree | 106eb2588ed43af0f756d79e2c624ffdd2c24d0e | |
| parent | 5554e115c85bb78ca1260085d3367e6e6dcad730 (diff) | |
changed READme
| -rw-r--r-- | README.md | 23 |
1 files changed, 12 insertions, 11 deletions
@@ -1,11 +1,12 @@ -# solutions_repo -A web app that allows students to share test/exam solutions. - - -To compile the app you must have the following modules installed... - 1. mongodb - npm install mongodb - 2. object-assign - npm install --save object-assign - 3. mongo-factory - npm install mongo-factory
\ No newline at end of file +# solutions_repo +A web app that allows students to share test/exam solutions. + + +To compile the app you must have the following modules installed... + 1. mongodb + npm install mongodb + 2. object-assign + npm install --save object-assign + 3. mongo-factory + npm install mongo-factory + 4.
\ No newline at end of file |
