The backend service for ScheduleTogether
e45241fa20
Fix a few issues with users and accounts caused by reusing code without changing it correctly. Also changed some naming mistakes that made the documentation invalid. |
||
---|---|---|
.forgejo/workflows | ||
.vscode | ||
api/openapi | ||
build/ci | ||
cmd/stbackend | ||
internal | ||
pkg | ||
.gitignore | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
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.