Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 446 Bytes

File metadata and controls

17 lines (9 loc) · 446 Bytes

Codecool Online Shop

Java SE: Web Project in Codecool

A simple demo webshop made with Java, Jetty, Thymeleaf, PostgreSQL and JUnit.

Install

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)