Detailed API documentation & examples: https://app.swaggerhub.com/apis/gregszalay/bankingapplicationAPI/1.0.0-oas3#/
In order to run this container you'll need docker installed.
Steps to build a Docker image:
-
Clone this repo
git clone [email protected]:gregszalay/banking-utilities-backend.git
-
Navigate to source folder
cd banking-utilities-backend
-
Build the image
docker build -t bankingutilities-webapp .
This could take a few minutes.
-
Run the image's default command, which should start everything up. The
-p
option forwards the container's port 8080 to port 8080 on the host.docker run -p 8080:8080 bankingutilities-webapp
-
Once everything has started up, you should be able to access the webapp via [http://localhost:8000/] on your host machine. Open: http://localhost:8080/ in your favourite browser.