This Project was made in order to automate the process of Exam Cell Management.We have developed a website which is a smaller scale version of SPPU Exam CELL.The webiste currently serves 5 Engineering Colleges each having 3 departments (COMP,ENTC,IT). The project deals with the registration of students,generation of automated Exam Forms,generation of HallTicket and Results for the students which can be accessed remotely. This website allows the admin to enter the results of the students and editing of timetable.
- Nodejs
- MongoDB
- HTML
- CSS
- Bootstrap
- Javascript
- Timetable
- The admin can add the table for each and every semester on the link provided in admin panel. On the client side each student can view the timetable of each semester.
- Result
- The admin can add result of the each semester for every student. On the client side the student can view the result on the link provided on dashboard.
- Examform and Hallticket
- Student will be able to fill the exam form when the link for exam form will be generated by admin for current semester. After filling the exam form Hall ticket will be generated and can be printed by students.
- Start the server
node server.js
In the browser put the url - localhost:3000/examdash to access the website
- Client side
- When the website will be accessed ,students will see a exam cell dashboard containing links to register,login,results,notice
- Register
- The student can register only once through their SPPU eligibility number.
- Home Page
- Once logged in the student can visit timetable,result,examform,notice,syllabus pages by the links provided in navigation panel.
- Admin Side
- Add Timetable
- The admin can add timetable of each semester for every department by visiting the link timetable in admin panel.
- Add Result
- The admin can add result of the each semester for every student , by visiting the link result in admin panel.