{"id":43512890,"url":"https://github.com/aula-app/aula-backend","last_synced_at":"2026-03-11T00:04:57.563Z","repository":{"id":291542531,"uuid":"641307323","full_name":"aula-app/aula-backend","owner":"aula-app","description":"aula app - PHP Backend that provides API consumed by the Frontend and Mobile Apps","archived":false,"fork":false,"pushed_at":"2026-03-05T21:36:11.000Z","size":3215,"stargazers_count":4,"open_issues_count":42,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-06T01:16:38.547Z","etag":null,"topics":["democracy","gemensam","gestalten","school","schule","youth"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aula-app.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-16T07:51:08.000Z","updated_at":"2026-03-05T21:36:13.000Z","dependencies_parsed_at":"2025-05-05T09:35:39.736Z","dependency_job_id":"57953076-9229-4a00-9ef7-1997d6b3c8c4","html_url":"https://github.com/aula-app/aula-backend","commit_stats":null,"previous_names":["aula-app/aula-backend"],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/aula-app/aula-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aula-app%2Faula-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aula-app%2Faula-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aula-app%2Faula-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aula-app%2Faula-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aula-app","download_url":"https://codeload.github.com/aula-app/aula-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aula-app%2Faula-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30362755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["democracy","gemensam","gestalten","school","schule","youth"],"created_at":"2026-02-03T13:13:49.260Z","updated_at":"2026-03-11T00:04:57.542Z","avatar_url":"https://github.com/aula-app.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aula API\n\nBackend API for serving aula. Visit the [aula documentation](https://docs.aula.de/) for more information about the project.\n\n## Self-Hosting\n\nSee [SELF_HOSTING.md](https://github.com/aula-app/aula-backend/blob/main/SELF_HOSTING.md) for up-to-date information. At the moment, running aula-backend and aula-frontend docker images is NOT enough.\n\n## License\n\nSee [`LICENSE.txt`](https://github.com/aula-app/aula-backend/blob/main/LICENSE.txt). Licensed under the EUPL-1.2 or later.\nYou may obtain a copy of the license at https://interoperable-europe.ec.europa.eu/collection/eupl/eupl-text-eupl-12.\n\n## Contribution\n\nThank you for your interest. See contribution guidelines at [`CONTRIBUTION.md`](https://github.com/aula-app/aula-backend/blob/main/CONTRIBUTION.md).\n\n## Development\n\n### Running\n\nFirst time setup:\n\n```bash\n# Copy example configs for legacy\nmake prepare-legacy-local\n# Generate keypair for oauth\nphp artisan passport:keys -q\n```\n\nThen, to start aula-backend(s), run:\n\n```bash\n# Run both legacy aula-backend:v1 (:8080) and current Laravel-based aula-backend:v2 (:8000)\ndocker compose up --build -d\n```\n\n\u003c!-- @TODO: nikola - should we make it possible to create a tenant with instance_code SINGLE? --\u003e\n\nAnd initialize your first Tenant Instance from within the v2 container with `php artisan tenant:create`.\n\n## Legacy aula-backend code\n\nWe're currently rewriting the API to use Laravel and be RESTful. New feature development using code in the `./legacy/` folder is stopped since 2025-11-15. Security patches and bugs are welcome. As parts of the system get refactored, and API clients updated, we will remove the related code from the legacy codebase.\n\n### Legacy part of API\n\n- `./legacy/src` contains all PHP source files that are served by Apache2.\n- `./legacy/config` has templates for configuration. You can manually edit them.\n- `./legacy/init` has SQL scripts to init the legacy DB structure, for local development use only.\n- `./legacy/docker-local` is local-only folder bound to Docker volumes storing database and uploaded files.\n\n### Running the legacy code locally through Docker Compose\n\nYou can use one of the two following:\n\n```bash\n# Run the latest published release locally\nmake run-legacy-release\n```\n\n```bash\n# Run locally live development environment (files you edit get updated immediately)\nmake run-legacy-local\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faula-app%2Faula-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faula-app%2Faula-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faula-app%2Faula-backend/lists"}