The backend service for ScheduleTogether
Find a file
zervo 39843ac5b7
All checks were successful
/ build (push) Successful in 5m19s
Fix broken paths in documentation
Fixed broken relative paths in the documentation. Links should no longer incorrectly direct to the website root.
2024-12-14 22:08:29 +01:00
.forgejo/workflows Debug CI x10 (COMBO!) 2024-12-06 21:53:41 +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 Update CI 2024-12-06 21:53:41 +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
CCLA.md Add CLAs and Contribution Guidelines 2024-12-14 22:06:24 +01:00
CODE_OF_CONDUCT.md Add CLAs and Contribution Guidelines 2024-12-14 22:06:24 +01:00
CONTRIBUTING.md Fix broken paths in documentation 2024-12-14 22:08:29 +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
ICLA.md Add CLAs and Contribution Guidelines 2024-12-14 22:06:24 +01:00
LICENSE Initial commit 2024-12-06 21:52:47 +01:00
README.md Fix broken paths in documentation 2024-12-14 22:08:29 +01:00

ScheduleTogether Backend

Latest release status Build test status Stars status

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.

Contributions

Even though this is (as of right now) primarily a solo-developed project, any contributions are highly appreciated.

Due to the fact that we host the primary source on our own Forgejo server, contributions have to be made through separate mirrors. We currently have no interest in migrating the primary source, but it might be considered in the future.

For more details, please see the Contribution Instructions and Guidelines.

Thanks!