Skip to content

AksaMJML/EduManage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EduManage

EduManage is a Java-based education management system designed to help institutions manage core academic data and workflows. It provides structured components for handling student information, department records, and administrative operations in a modular backend application.

🧠 Overview

EduManage is built using Java and follows a clean modular structure to support scalable backend development. The project is suitable as a learning backend system or a foundational module in a larger educational platform.

🚀 Features

  • 📌 Manage student data
  • 📌 Organise department and academic information
  • 📌 Support for core backend operations related to education management
  • 📌 Modular and maintainable Java codebase

This project currently has no frontend interface (unless you connect your own UI).

📦 Technology Stack

Technology Usage
Java Core backend logic
Maven Build and dependency management
(Optional) Database For persisting data

🛠️ Getting Started

These instructions will help you run the project locally.

Prerequisites

  • Java 11 or above
  • Maven

Clone the Repository

mvn clean install
mvn exec:java

git clone https://github.com/AksaMJML/EduManage.git
cd EduManage

Build the Project

mvn clean install

Run the Application

Replace this with your run command (e.g., if using a main class or server):

mvn exec:java

📁 Project Structure

EduManage
├── src/main/java        # Java source files
├── .gitignore
├── pom.xml              # Maven build configuration
└── README.md

🧪 Testing

To run tests:

mvn test

Made with ❤️ by AksaMJML

About

EduManage is a Java-based backend application designed to manage core educational data such as students and departments. It follows a modular and well-structured codebase with clear service-layer logic, making it suitable for learning backend development and serving as a foundation for larger education management systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages