Skip to content

Spring-boot 2 πŸš€ + Thymeleaf ☘️ containerised application for demo purposes

License

Notifications You must be signed in to change notification settings

JudeNiroshan/presentation-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

presentation-demo-app

Spring-boot 2 πŸš€ + Thymeleaf ☘️ containerised 🐳 application for demo purposes

Motivation πŸ’‘

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.

Demo πŸ“Ί

Demo

How to run πŸƒ

As a container

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

As a developer

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 🀝

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)

About

Spring-boot 2 πŸš€ + Thymeleaf ☘️ containerised application for demo purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published