From 698beeb9e38d98e8a7b748d99469b32b534cd070 Mon Sep 17 00:00:00 2001 From: kumar Date: Fri, 15 Jul 2016 21:55:55 -0400 Subject: database work started --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3 From cb9e54e26d9b60c0f09a416dd7e51cd11b14c035 Mon Sep 17 00:00:00 2001 From: kumar Date: Fri, 15 Jul 2016 22:01:34 -0400 Subject: changed READme --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 238da86..829e727 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3 From 31c72effde5363b7cfad2673c122e6f433a9e9fe Mon Sep 17 00:00:00 2001 From: kumar Date: Fri, 15 Jul 2016 22:07:02 -0400 Subject: changed READme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 829e727..5cd02ef 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ 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 + 1. mongodb + npm install mongodb + 2. object-assign + npm install --save object-assign 3. mongo-factory - npm install mongo-factory + npm install mongo-factory 4. \ No newline at end of file -- cgit v1.2.3 From 0435d1c50a5f2abf0e703e7f0ff75c20b29acff6 Mon Sep 17 00:00:00 2001 From: kumar Date: Fri, 15 Jul 2016 22:09:39 -0400 Subject: changed READme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5cd02ef..ebff2ee 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ 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 +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 -- cgit v1.2.3 From 1255ec119c73f1e02652b134237280b8760dfda2 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 15 Jul 2016 22:11:42 -0400 Subject: Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ebff2ee..4bde016 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ 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 +1.mongodb +npm install mongodb +2.object-assign +npm install --save object-assign +3.mongo-factory +npm install mongo-factory +4. -- cgit v1.2.3 From bcb352a0ba5a3dd063bb4965aac13786fa42a26e Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 15 Jul 2016 22:19:53 -0400 Subject: Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4bde016..47c947f 100644 --- a/README.md +++ b/README.md @@ -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``` -- cgit v1.2.3