malyshevhen / university-ms

University management system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

University Management System

This is a Java-based web application built with Spring Boot and various other Spring modules. The system aims to simplify the management of students and teachers, as well as the class schedules at a university.

UML diagram:

UML diagram

Technologies Used

Features

Management of students and teachers, including the ability to add, delete, and modify their information. Management of class schedules, including the ability to add, delete, and modify class sessions.

A user-friendly web interface for easy navigation and interaction with the system.

Installation and Usage

  • Clone the repository to your local machine.
  • Package jar with './mvnw package' command
  • Run 'docker-compose.yml' to expose the application to Docker container.
  • Access the web interface at http://localhost:8080/.

Acknowledgments

This project was developed as part of an educational course on java development. Special thanks to our course mentors for their guidance and support.

About

University management system


Languages

Language:Java 71.0%Language:HTML 28.9%Language:Dockerfile 0.0%