https://github.com/sakibvhossain/backend_for_student_management_system
Student management system is to manage student-related data
https://github.com/sakibvhossain/backend_for_student_management_system
dto-pattern exception-handling hibernate java mysql restful-api swagger
Last synced: 3 months ago
JSON representation
Student management system is to manage student-related data
- Host: GitHub
- URL: https://github.com/sakibvhossain/backend_for_student_management_system
- Owner: SakibvHossain
- Created: 2024-03-13T16:13:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-13T17:25:24.000Z (about 1 year ago)
- Last Synced: 2025-01-13T07:12:14.650Z (5 months ago)
- Topics: dto-pattern, exception-handling, hibernate, java, mysql, restful-api, swagger
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend_for_Student_Management_System
• Implemented a robust backend system using Java and Spring Boot to create RESTful APIs.
• Utilized Swagger for clear and concise API documentation, enhancing accessibility experience.
• Handling exceptions for unwanted API calls.
• Used Design pattern DTO. DTOs are often used in conjunction with the Model-View-Controller (MVC) architecture or when working with RESTful APIs. They help in structuring the data exchanged between the client and the server, providing a more efficient and maintainable solution.