Skip to content

A simple attendance management system project using java

Notifications You must be signed in to change notification settings

Suhass27/JAVA_PROJECT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Attendance Management System

Online Attendance Management System is developed in a native way using Java/Jform and MYSQL

for Course project purpose 😁😌.

Requirements

  • Jdk 7.o or above
  • Apache Netbeans
  • Xampp for loacalhost
  • Jdbc Connector

System Requirements

  • 750 MB free fixed disk.
  • Windows XP, VISTA, Windows 7, Windows 8, Windows 10.

How to Install?

  • Open Netbeans,Create a new project
  • Download the source and extract the source code to src of created project.
  • create a database in Xampp ,Clicking on admin of Mysql(if mysql is already install then change the port number to 3308) . xampp
  • Create database and import database from given *.sql.
  • You are good to go.

Module Description

  1. LOGIN

     The teachers has access to all information students,attendance report. Teacher can update the
     attendance status of student and can maintain the attendance reports of all students currently on the registered course.
    
  2. Classs selection

             The teacher/teachers are left with a option to choose the repescting the class which they handle
    
  3. Class updation

             The teachers/teacher can update the attendance of the student by using thier Idnumbers.
    

!!Important

    This project also cover the concept of 
        a)Class
        b)Returing objects from method.
        b)custom exception and expection 
        c)Mutlilevel inheritance
        d)Overriding 
        e)Interface implementation
        f)Thread creating and synchronisation

Screenshots

  • Login Login
  • Class Selection classselection
  • User Database userdb
  • Class A Database classa
  • Class B Database classb

DatabaseUpdation

  • Before before
  • After after

About

A simple attendance management system project using java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages