egerrmann / calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Financial calculator

Start application from Docker container

Open terminal and run the following commands:

  1. docker pull egerrmann/calculator for step 1, or docker pull egerrmann/calculator-step2 for step 2, or docker pull egerrmann/calculator-step3 for step 3
  2. docker run -p 8000:8080 egerrmann/calculator, or docker run -p 8000:8080 egerrmann/calculator-step2, or docker run -p 8000:8080 egerrmann/calculator-step3

After all follow the url http://localhost:8000/index

Start application from GitHub and Intellij IDEA

You need to download the complete project, unarchive .zip and open it in the IDE. There are some dependencies used in the application, that's why you have to open the pom.xml file in the root folder and Reload project using Maven by right-clicking in the pom.xml (see the screenshot)

img.pngIntelliJ IDEA

Then follow the url http://localhost:8080/index

About


Languages

Language:Java 74.9%Language:HTML 22.5%Language:Dockerfile 2.6%