{"id":16190584,"url":"https://github.com/devmount/stunden-check","last_synced_at":"2026-04-02T19:11:11.269Z","repository":{"id":77606200,"uuid":"524766741","full_name":"devmount/stunden-check","owner":"devmount","description":"StundenCheck is an open source web application for managing participation in initiative institutions.","archived":false,"fork":false,"pushed_at":"2026-03-30T22:48:45.000Z","size":1202,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-31T00:29:35.929Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devmount.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"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":"2022-08-14T19:55:16.000Z","updated_at":"2026-03-30T22:48:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"e12123a3-ca74-43e7-9375-767612424e06","html_url":"https://github.com/devmount/stunden-check","commit_stats":{"total_commits":185,"total_committers":2,"mean_commits":92.5,"dds":"0.032432432432432434","last_synced_commit":"915fd987da6275eaff05745d40d5ea27d13fa69b"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/devmount/stunden-check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmount%2Fstunden-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmount%2Fstunden-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmount%2Fstunden-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmount%2Fstunden-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmount","download_url":"https://codeload.github.com/devmount/stunden-check/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmount%2Fstunden-check/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31314080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"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":[],"created_at":"2024-10-10T07:43:37.676Z","updated_at":"2026-04-02T19:11:11.259Z","avatar_url":"https://github.com/devmount.png","language":"PHP","readme":"# StundenCheck\n\nStundenCheck is an open source web application for managing participation in initiative institutions.\n\n![Screenshot Dashboard](https://user-images.githubusercontent.com/5441654/212422524-e5ce5ee9-7da0-4c6e-ac78-502c25abb097.png)\n\n## Setup\n\nPrerequisites:\n\n- PHP ≥ 8.3\n- Composer ≥ 2.4\n- Node.js ≥ 24\n\n```bash\ngit clone https://github.com/devmount/stunden-check # Get project files\ncd stunden-check               # Switch to app directory\ncomposer install               # Install dependencies\ncp .env.example .env           # Init environment configuration\nnano .env                      # Set all env vars according to your web server environment\nphp artisan migrate            # Create database structure\nphp artisan key:generate       # Build a secure key for the app\nphp artisan db:seed            # Create initial parameters, categories and admin user\nnpm i                          # Install frontend dependencies\n```\n\n## Development\n\nIf you don't want to start with an empty database, you can generate test accounts with fake data:\n\n```bash\nphp artisan db:seed --class=TestDataSeeder # Fill database with fake test data\n```\n\nTo start a local development server, run:\n\n```bash\nphp artisan serve # Start dev webserver\nnpm run dev       # Start dev frontend with hot module reload (HMR)\n```\n\nNow you can log in on \u003chttp://localhost:8000\u003e with the initial admin user credentials (email: `admin@example.com`, password: `Joh.3,16`).\n\nAlternatively you can use Docker and create all necessary containers by running:\n\n```bash\nddev start\n```\n\n## Production\n\nTo build the application for production, run:\n\n```bash\ncomposer install --optimize-autoloader --no-dev\nphp artisan optimize # Cache configuration, events, routes, and views\nnpm run build\n```\n\nIn `.env` set `APP_DEBUG` to _false_ and `APP_URL` to your _production url_. Change more values here if needed.\n\nThe webserver should be configured to serve the `public/` directory as root.\n\n## Testing\n\nThe application provides unit and feature tests that can be run with:\n\n```bash\nphp artisan test\n```\n\nIf you have `pcov` or `xdebug` available, you can check the test coverage with:\n\n```bash\nphp artisan test --coverage\n```\n\n## License\n\nThis project is based on the Laravel framework open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmount%2Fstunden-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmount%2Fstunden-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmount%2Fstunden-check/lists"}