Created on 5th March 2022
•
This is a basic Exam Portal made primamrily using nodeJS , mongoDB database, express framework and embedded Javascript, it has 2 ports one for teacher and other for the student where teacher can upload notes and schedule exams as well as make her own questions whereas student on 2nd port can download them as well as given exam within the stipulated time. All routes are protected with JWT cookies so as to full privacy to each route for itself.
Setting up routes as well as learnt about working with nodejs and mongodb using it.