{"id":50776228,"url":"https://github.com/solarssk/admitto","last_synced_at":"2026-06-12T00:01:22.254Z","repository":{"id":363209745,"uuid":"1262138359","full_name":"solarssk/admitto","owner":"solarssk","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-07T22:39:37.000Z","size":188,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-08T00:09:05.927Z","etag":null,"topics":["event-management","internal-tool","monorepo","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solarssk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2026-06-07T16:13:50.000Z","updated_at":"2026-06-07T22:39:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/solarssk/admitto","commit_stats":null,"previous_names":["solarssk/admitto"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/solarssk/admitto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solarssk%2Fadmitto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solarssk%2Fadmitto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solarssk%2Fadmitto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solarssk%2Fadmitto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solarssk","download_url":"https://codeload.github.com/solarssk/admitto/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solarssk%2Fadmitto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34222709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["event-management","internal-tool","monorepo","typescript"],"created_at":"2026-06-12T00:00:35.166Z","updated_at":"2026-06-12T00:01:22.221Z","avatar_url":"https://github.com/solarssk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Admitto\n\n\u003e **Status: pre-MVP / early development — internal use only.**\n\u003e Not ready for production use with real personal data until GDPR compliance is confirmed.\n\nA self-hostable event access gateway: attendee import, QR tickets, wallet passes, M365 mail,\nand check-in scanning. See [SECURITY.md](SECURITY.md) before deploying with real data.\n\n**This repository contains only generic code and synthetic data (`@example.com`).\nNo secrets, no real personal data are ever committed here.**\n\n## Prerequisites\n\n- Node.js `\u003e=22.13.0 \u003c23` (LTS 22 line)\n- [Docker](https://docs.docker.com/get-docker/) — required to run PostgreSQL locally\n\n## Setup\n\n```bash\n# 1. Start Postgres\ndocker compose -f infra/docker-compose.yml up -d db\n\n# 2. Configure database connection (already matches Docker Compose defaults)\ncp packages/db/.env.example packages/db/.env\n\n# 3. Install dependencies\nnpm install\n\n# 4. Migrate, seed, and create test databases\nnpm run db:migrate\nnpm run db:seed\nnpm run db:test-setup\n\n# 5. Run tests\nnpm test\n```\n\n## Packages\n\n| Package | Description |\n|---|---|\n| [`packages/mailer`](packages/mailer/README.md) | Email sending — one interface, three transports (Graph, SMTP, Power Automate) |\n| [`packages/db`](packages/db/README.md) | Database layer — Prisma schema + client (PostgreSQL) |\n\n## Security \u0026 data\n\nThis tool processes personal data (name, email, attendance status).\n\n- See [SECURITY.md](SECURITY.md) for how to report vulnerabilities.\n- GDPR/data-minimisation guidance will be published in the project wiki.\n- Never commit `.env` files, real attendee lists, or any credentials.\n\n## Licence\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolarssk%2Fadmitto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolarssk%2Fadmitto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolarssk%2Fadmitto/lists"}