Skip to content

TableTopLtd/tt-payments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TableTop payments microservice

Build Status


## When developing

Run
```bash
mvn clean package

from repo root directory.

To run application local jar, run:

java -jar api/target/*.jar

Microservice finds database through ip

To test the service you should go to

http://localhost:8086/v1/payments

To see a list of all payments.

http://localhost:8086/v1/payments/1

To see the first one, etc.

Build docker image

docker build . -t tt-payments:X

[Optional] Define your own X

Run application in Docker

docker run -p 8086:8086 tt-payments:X

About

TableTop payments microservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages