diff options
| author | Humair K <Humair K> | 2016-07-16 02:32:29 +0000 |
|---|---|---|
| committer | Humair K <Humair K> | 2016-07-16 02:32:29 +0000 |
| commit | 92e0922aa0f42cbe1b260157e1627c22b94d8cde (patch) | |
| tree | e404e33b52234c029f4e62c62bd5f15a55d0d7ea /README.md | |
| parent | 6bf79c033f879c924510f44bdda84a1a244fb28b (diff) | |
| parent | bcb352a0ba5a3dd063bb4965aac13786fa42a26e (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,2 +1,12 @@ -# solutions_repo -A web app that allows students to share test/exam solutions. +# 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 object-assign``` +3. mongo-factory + * ```npm install mongo-factory``` |
