{"id":51127722,"url":"https://github.com/aichbauer/ai-workshop","last_synced_at":"2026-06-25T09:01:34.367Z","repository":{"id":351810396,"uuid":"1212335938","full_name":"aichbauer/ai-workshop","owner":"aichbauer","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-16T14:44:43.000Z","size":293,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-16T16:32:49.368Z","etag":null,"topics":[],"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/aichbauer.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":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":"2026-04-16T09:22:26.000Z","updated_at":"2026-04-16T14:44:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aichbauer/ai-workshop","commit_stats":null,"previous_names":["aichbauer/ai-workshop"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/aichbauer/ai-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fai-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fai-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fai-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fai-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aichbauer","download_url":"https://codeload.github.com/aichbauer/ai-workshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fai-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34767548,"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-25T02:00:05.521Z","response_time":101,"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":[],"created_at":"2026-06-25T09:01:33.434Z","updated_at":"2026-06-25T09:01:34.357Z","avatar_url":"https://github.com/aichbauer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Workshop Starter Kit\n\nMinimal monorepo for an AI Workshop Starter Kit nodejs app with Nextjs, Fastify, Prisma, and PostgreSQL support:\n\n- `apps/api`: Fastify 5 + TypeScript API with Prisma 7 + PostgreSQL support\n- `apps/web`: Next.js 16 + React 19 frontend with localized `en`/`de` health pages\n- `docker/`: Docker Compose fragments for running the API, Postgres, and web app\n\n## API Surface\n\n- `GET /` - generic API info\n- `GET /v1/internal/public/health` - API health check\n\n## Prerequisites\n\n- Node.js `\u003e=24`\n- pnpm `10.30.2`\n- Docker + Docker Compose v2\n\n## Local Setup\n\n1. Copy environment file:\n\n```bash\ncp .env.example .env\n```\n\n2. Install dependencies:\n\n```bash\ncorepack enable\npnpm install\n```\n\n3. Run apps locally:\n\n```bash\npnpm dev\n```\n\n- API: `http://localhost:15988/v1/internal/public/health`\n- Web: `http://localhost:15987`\n\n## Docker Development\n\n```bash\ndocker compose -f docker-compose.dev.yml up -d --build\n```\n\nServices:\n\n- `app_database`\n- `app_api_database_migrations`\n- `app_api`\n- `app_web`\n\n## Tests\n\nFrom repo root:\n\n```bash\npnpm --filter api test:unit\npnpm --filter api test:integration\npnpm --filter web test:unit\n```\n\nIntegration DB helpers:\n\n```bash\npnpm test:api:int:db:up\npnpm test:api:int:db:down\n```\n\n## Prisma\n\nSchema lives in `apps/api/prisma/schema.prisma`.\n\n```bash\npnpm --filter api prisma:generate\npnpm --filter api prisma:migrate\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faichbauer%2Fai-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faichbauer%2Fai-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faichbauer%2Fai-workshop/lists"}