School journal

Description

This app acts as a school journal. Allows you to enter data in the form of marks, students, subjects, teachers, and student parents.

Technologies

  1. Java version: 11
  2. Spring Boot v2.6.3
  3. Jetty-9.4.44
  4. MySQL database 8.0.27
  5. Apache commons-dbcp2 pool
  6. docker-compose
  7. Flyway
  8. Hibernate
  9. Slf4j+log4j
  10. Lombok
  11. Jackson

How to run

In order to build and run the application, follow these steps. In the console, go to the project directory and input:

  1. mvn clean package
  2. docker-compose up -d
  3. mvn flyway:migrate