An open API service indexing awesome lists of open source software.

https://github.com/tadeo-2404/school-system-springboot

Backend system using Spring Boot
https://github.com/tadeo-2404/school-system-springboot

bootstrap5 git html5 java maven spring-boot thymeleaf

Last synced: 3 months ago
JSON representation

Backend system using Spring Boot

Awesome Lists containing this project

README

          

# School System

School management system using Spring Boot and Thymeleaf, exposing REST-Endpoints ans implementing services to interact with Thymeleaf


It has the next entities:



  • Department

  • Teacher

  • Course

  • Section

  • Section Enrollment

  • Student

## Department
![image](https://github.com/Tadeo-2404/School-System-SpringBoot/assets/90989742/e27f9ec5-3a18-4d8f-8cb5-c5a56684db87)
## Teacher
![image](https://github.com/Tadeo-2404/School-System-SpringBoot/assets/90989742/3d83d8b5-0ac4-41b4-b975-9d9883b72606)
## Course
![image](https://github.com/Tadeo-2404/School-System-SpringBoot/assets/90989742/fbb5cef8-c34d-4f3c-8716-9ff9adea0619)
## Section
![image](https://github.com/Tadeo-2404/School-System-SpringBoot/assets/90989742/dd78d7f5-1b3e-4c09-9352-0c2d8b13544e)
## Student
![image](https://github.com/Tadeo-2404/School-System-SpringBoot/assets/90989742/a2f6b223-f73f-4641-b3ed-a2fce8dd960c)