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
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