aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkumar <kumar.damani@mail.utoronto.ca>2016-07-16 01:55:55 +0000
committerkumar <kumar.damani@mail.utoronto.ca>2016-07-16 01:55:55 +0000
commit698beeb9e38d98e8a7b748d99469b32b534cd070 (patch)
tree995e8ff1646c5e66207b17592e53c6f5bd138afa /README.md
parent9dae81bf68e584ec99b45f3df0235bfdafd0412a (diff)
database work started
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index d75557a..238da86 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,11 @@
# 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