This project is a part of the Java branch in holygraph of School21.
Well, the point is to learn how to work with Java servlets, HTML, CSS, JSP, Jdbc, Spring and Web apps in general. This is a single page website with registation, authorization, possibility to load avatars and it also saves history of your authorizations.
You need to create an empty database in postgres and write your credentials in application.properties
file and change path to folder where images will be stored.
You dont need tomcat to run this, but you need maven.
mvn clean package org.codehaus.cargo:cargo-maven3-plugin:run
You can run it with docker-compose.
cd docker
docker-compose up --build