Please sign in to access this page

Status Monitor

Status Monitor Used AI

3 devlogs
3h 32m
Created by Ivole32

Status Monitor is a flexible monitoring tool for services and systems.
It features a clear web dashboard and a structured API, making it easy to track the real-time status of servers, applications, or custom services in one central place.

Timeline

Devlog #3:
I started to work on the user management. I started to write a class that handels the database and added a route: /api/user/create.

Update attachment

Devlog #2:
In the last time I made the documentation work. The problem was, that the routing to the files was wrong which was a bit complicated to fix because proxy and api server load different routes so I had to work with the referer header. I also made that the /api/status endpoint works now. I also translated the whole project in english so everybody can understand the text. No now I can focus on the functionallity and the web design.

Update attachment

Devlog #1:
In the first few hours, I set up an API server and a web server, connected through a proxy to route traffic to the correct backend.
I also started designing the web server's landing page (with some help from AI).

On the API side, I implemented a test endpoint and a rate limiter.

Currently, I'm facing an issue with the /api/docs route not working due to incorrect routing or URL handling.

Update attachment