This site is for using in Monkey
- MongoDB
- Node.js
Note: This web using Pug/Jade.
After clone or pull from My GitHub. You must run this before
npm install
And run this on your directory
mongod
node .
For generate page from add this code at web flow.
app.get(URL,[option],function(req,res){
func...
return res.status(xxx).render(Page,[option]);
});post/v1/allCourseget course data.- req
{year, quarter} - return
{courseID, courseName, day, tutorName, studentCount, room, grade}
- req
post/v1/listQuarterget all quarter.- req
{status[option]}"public", "private", "protect" - return
[{year, quarter, name, quarterID, status, maxSeat, week}]
- req
post/v1/requestQRget String for generate QR code.- req
{subject, ageGroup, level, difficulty, number, rev, subRev, alternative[option], supplement[option]} - return
{hw, skill, test, hot}
- req
Under creating.
Under creating.