Update README.md
All checks were successful
/ build (push) Successful in 3m34s

Add badges
This commit is contained in:
zervo 2024-12-06 07:33:21 +01:00 committed by zervo
parent a118655e0b
commit 508ec12ed1

View file

@ -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.