This is a simple School Management System that allows you to manage students, teachers, and classrooms. It also allows you to assign students to classrooms and teachers to classrooms.
- Java 17
- Maven
- PostgreSQL
- Docker
- Clone the repository
- Create a database in PostgreSQL called
SchoolManagementSystem
- Run the following command in the root directory of the project:
mvn clean install