Java SE: Web Project in Codecool
A simple demo webshop made with Java, Jetty, Thymeleaf, PostgreSQL and JUnit.
Import this project as a Maven project.
Create a PostgreSQL database naming codecoolshop listening on port: localhost:5432
Set environmental variables according to lines 12-13 of CodecoolShopDB.java
Run server with command mvn jetty:run
Run tests as JUnit5 tests (also add JUnit5 to classpath)