From 508ec12ed19361a60246a076ee76f05371e45ed5 Mon Sep 17 00:00:00 2001 From: zervo Date: Fri, 6 Dec 2024 07:33:21 +0100 Subject: [PATCH] Update README.md Add badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6381d82..b325683 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # ScheduleTogether Backend +![Latest release status](https://git.zervo.org/ScheduleTogether/Backend/badges/release.svg) +![Build test status](https://git.zervo.org/ScheduleTogether/Backend/badges/workflows/build.yml/badge.svg) +![Stars status](https://git.zervo.org/ScheduleTogether/Backend/badges/stars.svg) + This is the backend for ScheduleTogether, the schedule management service. It provides a REST API for managing and organizing schedules, users, communication and more. This API is made to integrate with the official frontend. This includes features such as user authentication, event management, integration with third-party services and more. The service is built using Go and Iris, and primarely uses MariaDB as its database. Proper documentation is soon to come. \ No newline at end of file