Skip to content
/ ead Public

This is a School Management System developed for the Enterprise Application Development module. The system allows for efficient management of users, courses, and profile details.

License

Notifications You must be signed in to change notification settings

theekify/ead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

School Management System

This is a School Management System developed for the Enterprise Application Development module. The system allows for efficient management of users, courses, and profile details.

Features

  • User Management: Add, update, delete, and view user details.
  • Course Management: Add, update, delete, and view courses.
  • Profile Management: Update profile details of users.

Technologies Used

  • Java: For backend development and core functionality(JDK 23) .
  • MySQL: For database storage and management.
  • NetBeans: As the primary IDE for development.
  • VS Code: For additional code editing.

Installation and Setup

  1. Clone the Repository
    git clone https://github.com/theekify/ead.git

  2. Set Up the Database

  • Import the provided SQL file (LMS Database.sql) into MySQL.
  1. Run the Application
  • Open the project in VS Code / NetBeans.
  • Ensure all dependencies are installed.
  • Run the application from the IDE.
  • or
  • Using the Precompiled JAR File
  • A precompiled JAR file (MyApplication.jar) is included in the /dist directory.
  • To run the application via the JAR file, ensure that you have Java installed on your system, then use the following command: java -jar MyApplication.jar

How to Use

  • Log in with admin or user credentials.
  • Navigate to the respective modules (Users, Courses, Profile) using the menu.
  • Perform CRUD (Create, Read, Update, Delete) operations for users and courses.

License

This project is licensed under the MIT License.

About

This is a School Management System developed for the Enterprise Application Development module. The system allows for efficient management of users, courses, and profile details.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages