Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 790 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 790 Bytes

AssignmentPortal

A Web based assignment portal developed using Node.js, express.js and MongoDB Atlas

Installation

Install node and npm. To install dependencies:

npm install

Executing

node app.js

Features

It has two type of users:

  1. Students: They can track assignments, make submissions and view remarks given by the teacher
  2. 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.

Using the portal

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