green-fox-academy / hotel-booking-user-service

0 stars 0 forks source link

HearthBeat #8

Open vvarro opened 7 years ago

vvarro commented 7 years ago

Hearthbeat

Create an endpoint for monitoring the availibilty of this service, and check each connected tool if it is working.

Technical Requirements

Create a database table called 'hearthbeat' that only has one column with boolean type called 'status'. The application should be deployed to Heroku as a production environment, and the database should be set up on each developer and production environments. The endpoint should be tested using MockMvc

zsiga112 commented 7 years ago

Working properly.