Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efficientgoose/learning-navigator-crio-buildout
Crio Buildout 2
https://github.com/efficientgoose/learning-navigator-crio-buildout
Last synced: 15 days ago
JSON representation
Crio Buildout 2
- Host: GitHub
- URL: https://github.com/efficientgoose/learning-navigator-crio-buildout
- Owner: efficientgoose
- Created: 2024-12-18T18:16:17.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-18T18:20:03.000Z (about 2 months ago)
- Last Synced: 2024-12-18T19:33:08.873Z (about 2 months ago)
- Language: Java
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
A RESTful API service built using Spring Boot to manage the exam enrollment process for a Learning Management System (LMS). The application uses MySQL to persist user data.
## Features
- **CRUD Operations**: Perform Create, Read, Update and Delete operations for Students, Subjects and Exams.
- **Enrollment Logic**: Ensure students can only register for exams after enrolling in corresponding subjects.
- **Exception Handling**: Gracefully handle errors and return appropriate HTTP status codes.
- **GlobalExceptionHandler**: Centralized exception handling using @ControllerAdvice for improved code maintainability.