Skip to content

University Management System || Tech Stack: Java 11 // JDBC // MySQL

Notifications You must be signed in to change notification settings

AAdewunmi/University-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title:

University Management System

1. Project Description:

Univerity Management System is a desktop-based application that allows a user to electronically manage a University Information System.

A user can carry out the following tasks:

  1. Register a Student
  2. Register a Teacher
  3. See Student / Teacher attendance
  4. View examination details
  5. Enter examination marks
  6. Update Student details
  7. Update Teacher details
  8. Register Student tuition fee payment

2. Tech Stack:

  • Java 11

  • MySQL

3. Project Dependencies / Utility files:

  • mysql-connector-java-8.0.27.jar

  • rs2xml.jar

  • This application requires .exe files, if you want the application to launch the following from Utility menu (see Project.java):

  • Utility Menu

Screenshot 2023-04-23 at 12 41 18

i. Line 339: // Runtime.getRuntime().exec("notepad.exe");

ii. Line 343: // Runtime.getRuntime().exec("calc.exe");

iii. Line 348: // Web browser exe file
Runtime.getRuntime().exec("C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe");

4. Installation:

i. Clone the git repo

https://github.com/AAdewunmi/University-Management-System.git

ii. Open project folder

iii. Explore

😎

5. How To Use:

i. Create Database and Tables (src/university/mysql_commands.txt)

ii. Run MySQL Server

iii. Run Login.java

iv. Log in

  • User Name: admin

  • Password: admin


NB: Make sure dependencies are installed for the project.

6. Demo

  • Login Page:

Screenshot 2023-04-23 at 12 41 59

  • University Management System Dashboard:

Screenshot 2023-04-23 at 12 40 53

7. Contributing:

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

8. Adapted From:

UDEMY: 45 Real World Java Development Projects Bootcamp Course 2022

Java Programming Course: Learn Development Of JAVA Projects Using JSP,JDBC, Servlets, Swing, Spring Boot, Maven, Hibernate

Project Name: Project 4: University Management System

Created by: Engineering.Org.In

Last updated: 09/2022

URL: https://www.udemy.com/course/java-programming-project-using-jsp-jdbc-servlets/

About

University Management System || Tech Stack: Java 11 // JDBC // MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages