How to Run Using Maven
- Navigate to the LabAssignment01Noulis directory
- run the command ./mvnw spring-boot:run
- Go to http://localhost:8080/products.html
How to Run Using Docker
- Run the command: docker pull pnoulis/my-java-app
- Run the command: docker run -d -p 8080:8080 pnoulis/my-java-app
- Go to: http://localhost:8080/products.html