diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -2,11 +2,11 @@ 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. +To compile the app you must have the following modules installed: + +1. mongodb + * ```npm install mongodb``` +2. object-assign + * ```npm install object-assign``` +3. mongo-factory + * ```npm install mongo-factory``` |
