aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index d75557a..47c947f 100644
--- a/README.md
+++ b/README.md
@@ -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```