aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumar <kumar.damani@mail.utoronto.ca>2016-07-17 15:59:11 +0000
committerkumar <kumar.damani@mail.utoronto.ca>2016-07-17 15:59:11 +0000
commit0752d4b9474daeebfa9b0566ef5374bebbb3074f (patch)
tree3c2135b9590e72e901ca01126a83fe93c3aa9391
parent3c12f1229e1e14b1a12b6f8a6e6cfc7d4e2ec90f (diff)
updated comments to reflex previous changes
-rw-r--r--node_simple.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/node_simple.js b/node_simple.js
index 7a40771..4795333 100644
--- a/node_simple.js
+++ b/node_simple.js
@@ -1,4 +1,5 @@
-// a simple node server
+// a simple node driver to interact with mongo database
+
/* TO DO:
* 1. get all exams given course code -- order by year desc ? DONE
* 1B. get the title of the course ? DONE
@@ -20,7 +21,7 @@
*
* */
-/*Tables schema SO FAR:*/
+/*Tables schema SO FAR:*/
// |======================================================exams==================================================================================|
// |_________ _id_____________|course_code|year__|term__|type____|instructors|page_count|questions_count|questions_list_|upload_date|uploaded_by_|
// |==========================|===========|======|======|========|===========|==========|===============|===============|===========|============|
@@ -57,8 +58,7 @@ var uri = 'mongodb://general:assignment4@ds057862.mlab.com:57862/solutions_repo'
//***********************PRELIMINARY TESTING******************************************|
-//N/A
-
+/*refer to testImports.js*/
//****************************FUNCTIONS************************************************|