{"id":49768674,"url":"https://github.com/erenworld/technobot","last_synced_at":"2026-05-11T11:31:50.206Z","repository":{"id":352844103,"uuid":"1210450861","full_name":"erenworld/technobot","owner":"erenworld","description":"Robotics tournament management system","archived":false,"fork":false,"pushed_at":"2026-05-05T19:19:22.000Z","size":3101,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-05T19:33:07.689Z","etag":null,"topics":["hackathon","nestjs","react","robotics"],"latest_commit_sha":null,"homepage":"https://technobotek.vercel.app","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/erenworld.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-14T12:35:03.000Z","updated_at":"2026-05-05T19:17:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/erenworld/technobot","commit_stats":null,"previous_names":["erenworld/technobot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erenworld/technobot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenworld%2Ftechnobot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenworld%2Ftechnobot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenworld%2Ftechnobot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenworld%2Ftechnobot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erenworld","download_url":"https://codeload.github.com/erenworld/technobot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenworld%2Ftechnobot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32893120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["hackathon","nestjs","react","robotics"],"created_at":"2026-05-11T11:31:49.375Z","updated_at":"2026-05-11T11:31:50.192Z","avatar_url":"https://github.com/erenworld.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![technobot](.github/assets/tech.png)\n\nFull-stack robotics tournament management system built with NestJS, Hexagonal Architecture, and the Supabase native SDK.\n\n## Technology Stack\n- **Backend**: NestJS (Node.js)\n- **Frontend**: React (Vite)\n- **Database**: PostgreSQL (Supabase)\n- **Infrastructure**: Docker \u0026 GitHub Actions\n- **Security**: Supabase Row Level Security (RLS)\n\n## Getting Started\n\n### Prerequisites\n- Docker \u0026 Docker Compose\n- Node.js 20+\n- A Supabase project\n\n### Configuration\nCreate a `.env` file at the root with your Supabase credentials:\n```env\nSUPABASE_URL=your-project-url\nSUPABASE_SERVICE_ROLE_KEY=your-service-role-key\n```\n\n### Development\nLaunch the development environment:\n```bash\ndocker compose -f docker-compose.dev.yml up --build\n```\nThe API will be available at `http://localhost:3000`.\n\n### Database Setup\nTo initialize the database schema and security policies:\n```bash\nnode setup_database.js\n```\n\n## Architecture\n\nThe project follows **Hexagonal Architecture** principles:\n- `domain`: Core business logic and entities.\n- `application`: Use cases and orchestration.\n- `infrastructure`: Concrete implementations (Supabase repository, NestJS controllers).\n\n## Security (RLS)\n\nSecurity is handled directly in the database using Supabase **Row Level Security**. Policies are defined for different roles:\n- `admin`: Full access.\n- `organisateur`: Management access (no audit logs).\n- `jury`: Score entry and planning access.\n- `enseignant`: School-specific team management.\n- `eleve`: Personal team and score views.\n\n## CI/CD\n\nAutomated pipelines are configured via GitHub Actions (`.github/workflows/ci-cd.yml`) for:\n- Building and testing the API and Web applications.\n- Building and pushing Docker images to GHCR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferenworld%2Ftechnobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferenworld%2Ftechnobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferenworld%2Ftechnobot/lists"}