The backend service for ScheduleTogether
Find a file
2024-12-06 21:53:41 +01:00
.forgejo/workflows Improved strings, CI & schedules base 2024-12-06 21:53:37 +01:00
.vscode Improved strings, CI & schedules base 2024-12-06 21:53:37 +01:00
api/openapi Update GetUserById path 2024-12-06 21:53:41 +01:00
build/ci Improved strings, CI & schedules base 2024-12-06 21:53:37 +01:00
cmd/stbackend Update package URI 2024-12-06 21:53:09 +01:00
internal Update GetUserById path 2024-12-06 21:53:41 +01:00
pkg Improved strings, CI & schedules base 2024-12-06 21:53:37 +01:00
.gitignore Initial commit 2024-12-06 21:52:47 +01:00
go.mod Update package URI 2024-12-06 21:53:09 +01:00
go.sum Initial commit 2024-12-06 21:52:47 +01:00
LICENSE Initial commit 2024-12-06 21:52:47 +01:00
README.md Initial commit 2024-12-06 21:52:47 +01:00

ScheduleTogether Backend

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.