From 879ff4c558a4944977fcd7cfb9680eef42954d49 Mon Sep 17 00:00:00 2001 From: "Gorkem Cetin (BWL)" <167266851+gorkem-bwl@users.noreply.github.com> Date: Sun, 28 Jul 2024 17:34:23 -0400 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index be4705986..b0d0ee597 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,24 @@ BlueWave Uptime is an open source server monitoring application used to track the operational status and performance of servers and websites. It regularly checks whether a server/website is accessible and performs optimally, providing real-time alerts and reports on the monitored services' availability, downtime, and response time. +## Features + +* Completely open source, deployable on your servers +* Website monitoring +* Port monitoring +* Ping monitoring +* Incidents at a glance +* Status pages +* Page speed monitoring (in the works) +* 3rd party integrations (todo) + +## Tech stack + +* ReactJs +* MUI (React framework) +* Node.js +* MongoDB + ## Contributing You are welcome to provide contributions to the project. It uses React on the FE, and Nodejs and MongoDB on the BE, hence if you are comfortable with working with those technologies, you are encouraged to send your PRs. Please read [Contributor's guideline](https://github.com/bluewave-labs/bluewave-uptime/blob/master/CONTRIBUTING.md). Once you start contributing, we can also add you to our weekly team calls (every Thursday).