Uptime monitoring application
The project is an uptime monitoring application that allows users to enter URLs they want to monitor and receive alerts when those resources stop or come back on after they have been stopped; In addition, I tried to give managers some control over what happens.
So, three activities were developed whose tasks and due explanation were also part of the development subdivided into:
• Construction of a RESTful API;
• Building a GUI web application (to interact with the API);
• Building a CLI (for application administrators).