Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

conorheffron/marjaderoniet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java CI with Maven

Proof HTML

Auto Assign

Personal website for women's wear designer http://marjaderoniet.com/

Tech Stack: Java 21, Spring Boot 3, angularJS 1.6.1, HTML5, & JQuery

Build project, run unit & integration tests, & generate jar file.

mvn clean package

Run application

mvn spring-boot:run

Build & run via Docker

docker image build -t marjaderoniet .
docker compose up -d

View Single Page Application (Angular SPA)

http://localhost:8080/

SPA-home

View contact requests in embedded DB

http://localhost:8080/contact

contact-form

http://localhost:8080/h2-console

h2-console

db-query-contacts