0% found this document useful (0 votes)
21 views20 pages

Template

This document describes an attendance management system project created in Java using the MySQL database. The project allows teachers and school faculty to track student attendance. It includes features like creating, editing, and deleting admins, teachers, and students. The system design involves using Java SE, Eclipse IDE, and MySQL. Screenshots show sample home pages for admins and teachers. The document outlines objectives, requirements, implementation details, and expected functionality of the attendance tracking and reporting.

Uploaded by

Dharmanna Rathod
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views20 pages

Template

This document describes an attendance management system project created in Java using the MySQL database. The project allows teachers and school faculty to track student attendance. It includes features like creating, editing, and deleting admins, teachers, and students. The system design involves using Java SE, Eclipse IDE, and MySQL. Screenshots show sample home pages for admins and teachers. The document outlines objectives, requirements, implementation details, and expected functionality of the attendance tracking and reporting.

Uploaded by

Dharmanna Rathod
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 20

ADVANCED JAVA MINI PROJECT

School of Computing and Information Technology


TITLE OF THE MINI PROJECT

Attendance Management System Project In Java

Presented by-

Aarohi Singh- R21EJ038

V S Lakshmi Priyaa- R21EJ034

Kavya B- R21EJ058

Anagha Karthik- R21EJ004

2
Contents
• Abstract
• Introduction
• Objectives and Problem Definition
• System Design
• System Requirements
• Implementation
• Expected Results
• Conclusion
• References

3
Abstract
It’s a GUI-based project used with the Swing module to manage the
attendance of an Institution. The language used is Java. Eclipse ID
environment is used. MySQL database server is used for backend. It
is a desktop application.

4
INTRODUCTION
Make sure JDK is present in your system. It can be installed using the IDE you are using.

The first step is to create a project in the name you wish. Create a package named “Attendance“. We are creating java classes in this package.
MySQL Setup-

1. Create the database


2. Selecting the database
3. Create the user table
4. Create the class table
5. Create the student table
6. Create the teacher’s table
7. Create the attendance table
8. Adding the First user to get logged in
5
Objectives and Problem Definition
Our team has attempted to make an Attendance Management System which can be used by
teachers and school faculty to mark the attendance of student. It helps keep a regular check on
student activities and can be extremely useful in larger institutions like Reva itself where
thousands of students’ attendances need to be monitored. Offline attendance systems can
sometimes cause confusion and can lead to the mishappens like registers being misplaced or
tampered with. Our system is protected and accessible only to the right authorities. It is simple
and can be customised according to the user needs. Reports can be generated, patterns can be
found, it also helps to keep the parents informed if need be. It can create, edit and delete
admins, teachers, and students

6
System And Design Requirements

Java SE version 18.0.2.1 with Eclipse JDE- for front end and interactive

Graphical user interface

MySQL- to create databases, table, search for queries in the backend

7
Implementation: Home Page for Admin

8
9
10
Implementation: Home Page for Teachers

11
12
Expected Results

13
Conclusion

We have created an Attendance Management System Project in Java and


MySQL. It can create, edit and delete admins, teachers, and students. Also
helps to register attendance based on the class of students.

18
References

github.com
geeksforgeeks.com

19
THANK YOU

You might also like