The backend service for ScheduleTogether
Find a file
zervo 751c841fa2 Tasks, spelling mistakes and API docs
- Configured VSCode tasks.

- Fixed some grammar mistakes.

- Added OpenAPI documentation.
2024-12-06 21:53:09 +01:00
.vscode Tasks, spelling mistakes and API docs 2024-12-06 21:53:09 +01:00
api/openapi Tasks, spelling mistakes and API docs 2024-12-06 21:53:09 +01:00
cmd/stbackend Update package URI 2024-12-06 21:53:09 +01:00
internal Tasks, spelling mistakes and API docs 2024-12-06 21:53:09 +01:00
pkg Update package URI 2024-12-06 21:53:09 +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.