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

Add badges
This commit is contained in:
zervo 2024-12-06 07:33:21 +01:00
parent 9a95946b48
commit 3908efc2a6

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.