mdeslippe / easy-tracker

Easy Tracker is a web-based utility that enables users to easily monitor the current and historical status of their digital services.
1 stars 0 forks source link
rust typescript

Easy Tracker

GitHub Repo Size GitHub Server Workflow Status GitHub Website Workflow Status

Easy Tracker is a web-based utility that enables users to easily monitor the current and historical status of their digital services. In an ever-increasingly digital world, detecting and mitigating service disruptions has become more important than ever before; with Easy Tracker, you can be confident that your digital services are fully operational.

Project Overview

Migrations

The migrations directory contains the migrations for the Easy Tracker MySQL database. All migrations are managed using the sqlx-cli, a command-line utility for managing migrations with sqlx.

Server

The server directory contains the source code for the public-facing Easy Tracker server; a high-performance web server written in the Rust programming language with the Actix Web framework.

Website

The website directory contains the source code for the public-facing Easy Tracker website; a website written in the TypeScript programming language with the React library.

Contributions

Pull requests are welcome, please open an issue discussing what you would like to change beforehand.