From 0752d4b9474daeebfa9b0566ef5374bebbb3074f Mon Sep 17 00:00:00 2001 From: kumar Date: Sun, 17 Jul 2016 11:59:11 -0400 Subject: updated comments to reflex previous changes --- node_simple.js | 8 ++++---- 1 file 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************************************************| -- cgit v1.2.3