diff options
| -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 |
