- Clone the project and cd into it
git clone [email protected]:shashitnak/payments-demo.git
cd payments-demo
- Install docker, if you don't have it already, by going here
- Run the following command to build the docker image.
docker build . -t payments-demo
- Start the docker container.
docker run -p 8080:8080 payments-demo
- The server is now running at
http://127.0.0.1:8080
. See the documentation to learn about the APIs.