Skip to content

The new shiny spanking new Java flavour of restful-booker

License

Notifications You must be signed in to change notification settings

hindsightsoftware/hotel-booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel-booking CircleCI

Hotel booking is a test app used for BDD tooling training. It is a simple API with a user interface that allows you to create, read, update and delete bookings.

Run via Maven

You will need to have mvn (version 3.5 or later), npm, and node (version 14.x) installed.

mvn spring-boot:run

You will be able to access the UI via localhost:8080 (login via username admin and password password123) as well as view the Swagger API documentation via http://localhost:8080/swagger-ui.html

Run via Docker

Use the Dockerfile in this repository that will build an image with the app, or use the docker-compose.yml file which does it automatically for you:

docker-compose up