Skip to content

shashitnak/payments-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payments Demo

Steps to run the project

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published