A Web based assignment portal developed using Node.js, express.js and MongoDB Atlas
Install node and npm. To install dependencies:
npm install
node app.js
It has two type of users:
- Students: They can track assignments, make submissions and view remarks given by the teacher
- Teachers: Teachers can create groups, create new assignments and add questions to them, give assignment to a particular set of students, view submissions and give remarks.
Currently the source code does not have the database access therefore you need to add you own mongoDB Token in the app.js file. Other required things that need to be performed are well commented in the app.js file