Skip to content

shivamsoni-17/Web-Development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Institute Informtion System (IIS)


PROJECT DESCRIPTION

The Institute Information System (IIS) is a comprehensive web application designed to streamline administrative tasks and enhance the academic experience for both the students and teachers. The system offers a range of features tailed to meet the specific needs of each user group.

Concepts Used

HTML, Javascript, JSP, Servlets, Cookies, Session Tracking, Php, JDBC Database Connectivity, Ajax



MODULES

Authentication: This module consists of the login and signup pages which allows the user to register an account on this website and login to them to post content.

  • Login: Secure login mechanism for students and teachers.

  • Registration: Allows new pre defined nominal roll member to register for the iis portal.

Attributes: username, email, password
Functions: validate(), register(), login()


 


Student Module: It is the home page for the students.

  • Course Registration: Students can browse courses for the upcoming semester.

  • Semester Result: Enables students to view their results for the previous sem.

  • Attendance: Provides students with a real time view of their attendance.

Attributes: course, id, username, semester, result, attendance
Functions: Submit(), getResult(), logout(), getAttendance





Teacher Module: It is the home page for teacher.

  • Internal Marks Entry: Teachers can enter or update internal marks of students.

  • Attendance Management: Facilitates daily attendance recording.

  • Schedule Management: Teacher can view their teaching subjects and allocated batch details.

Attributes: name, id, username, marks, date, semester, course
Functions: submit(), Edit(), getEvent()


Profile: This module will display the information of logged in user like the username, profile image, total content, their posts etc.

Attributes: id, username, date, content, batch, course, department
Functions: retrieveContent(), getUser



starting point:- login.jsp
change database configuration in JSP,Servelets
php folder contains php files