Skip to content
idrice24 edited this page May 22, 2020 · 11 revisions

School Management Software

Welcome to School-Management-Software wiki!

My software is compose of different modules ( features)

Student Behaviour Tracking and Analysis

Compus Recruitment

Admission Module

Account Module

Profile Module

Attendance Module

Staff Module

Report Module

Liberary Module

Communication And Social Module

Cloud Enabled

Details

  • Staff Module

  • Admission Module

*Report Module Each have the posibility to view his/her personal report and can download it in defferent format (pdf, txt, doc, exc etc ).

Database configuration

Create a MySQL database with the name springbootdband add the credentials to /resources/application.properties.
The default ones are :

spring.datasource.url=jdbc:mysql://localhost:3306/springbootdb
spring.datasource.username=root
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=update

Clone this wiki locally