Spring-boot 2 π + Thymeleaf βοΈ containerised π³ application for demo purposes
I was looking for a simple monolithic application with CRUD ability, file upload with a nice user interface. Unfortunately there was no simple modular application as such I could find on github. So I decided to develop this application which has least dependencies.
podman run -it -p 8080:8080 quay.io/jnirosha/presentation-demo-app
or
docker run -it -p 8080:8080 quay.io/jnirosha/presentation-demo-app
visit β http://localhost:8080
You know it, don't you?
In case you were vacation for 6months, here are the steps:
- Make sure you've installed Java 11 and apache maven 3.8+
git clone https://github.com/JudeNiroshan/presentation-demo-app.git
mvn spring-boot:run
visit β http://localhost:8080
Contributions are most welcome! Please make sure any changes you do, the intention of this application to work as expected where there is β no internet access(unless you explictly integrate external services)