This is a simple Java web application for a school, built with Maven and packaged as a WAR artifact.
mvn clean packageThe WAR artifact is created at target/school-portal.war.
Deploy the WAR to a Servlet 6 compatible application server such as Tomcat 10.1 or newer.