Skip to content

TableTopLtd/tt-reservations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TableTop reservations 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:8085/v1/reservations

To see a list of all reservations.

http://localhost:8085/v1/reservations/1

To see the first one, etc.

Build docker image

docker build . -t tt-reservations:X

[Optional] Define your own X

Run application in Docker

docker run -p 8085:8085 tt-reservations:X

About

TableTop reservations microservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages