{"id":51139551,"url":"https://github.com/fdhhhdjd/class-trello-clone","last_synced_at":"2026-06-25T21:01:38.102Z","repository":{"id":367013430,"uuid":"1278857052","full_name":"fdhhhdjd/Class-Trello-Clone","owner":"fdhhhdjd","description":"Self-hosted Trello clone (Express + Prisma + React/Next.js) với CI/CD publish Docker image lên GitHub Packages (GHCR).","archived":false,"fork":false,"pushed_at":"2026-06-24T07:32:22.000Z","size":526,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-24T08:29:51.902Z","etag":null,"topics":["cicd","docker","express","ghcr","github","github-actions","nextjs","nginx","nodejs","postgresql","prisma","react","redis","trello-clone"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/fdhhhdjd.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-06-24T06:47:53.000Z","updated_at":"2026-06-24T07:32:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fdhhhdjd/Class-Trello-Clone","commit_stats":null,"previous_names":["fdhhhdjd/class-trello-clone"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fdhhhdjd/Class-Trello-Clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdhhhdjd%2FClass-Trello-Clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdhhhdjd%2FClass-Trello-Clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdhhhdjd%2FClass-Trello-Clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdhhhdjd%2FClass-Trello-Clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdhhhdjd","download_url":"https://codeload.github.com/fdhhhdjd/Class-Trello-Clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdhhhdjd%2FClass-Trello-Clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34792207,"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":["cicd","docker","express","ghcr","github","github-actions","nextjs","nginx","nodejs","postgresql","prisma","react","redis","trello-clone"],"created_at":"2026-06-25T21:01:35.795Z","updated_at":"2026-06-25T21:01:38.097Z","avatar_url":"https://github.com/fdhhhdjd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Class-Trello-Clone\n\nSelf-hosted Trello clone, gồm 3 thành phần được hợp nhất vào một repo duy nhất để phục vụ CI/CD qua GitHub Packages.\n\n## Cấu trúc dự án\n\n```\n.\n├── Trello-Clone-Backend/    # API: Node.js (Express, ESM) + Prisma + PostgreSQL\n├── Trello-Clone-Frontend/   # Monorepo npm workspaces: apps (user, admin, landing) + packages/ui\n└── Trello-Clone-Infra/      # Docker Compose stack + monitoring (Prometheus/Grafana/Loki/Tempo)\n```\n\n### Trello-Clone-Backend\n- Express + Prisma (PostgreSQL), ESM JavaScript.\n- Redis, BullMQ (queue/worker cho email, nhắc việc), MinIO (lưu file/attachment).\n- OpenTelemetry cho tracing/observability.\n- Realtime qua Socket.IO.\n\n### Trello-Clone-Frontend\n- npm workspaces gồm:\n  - `apps/user` — SPA chính cho người dùng (Vite).\n  - `apps/admin` — SPA quản trị (Vite).\n  - `apps/landing` — trang landing (Next.js).\n  - `packages/ui` — thư viện UI/auth/permissions dùng chung giữa các app.\n\n### Trello-Clone-Infra\n- Docker Compose điều phối: frontend-user, frontend-admin, landing, api, postgres, redis, minio.\n- Stack monitoring riêng (`docker-compose.monitoring.yml`): Prometheus, Grafana, Loki, Promtail, Tempo, Alertmanager.\n- Nginx làm gateway/reverse proxy cho từng app tới API.\n\n## Bắt đầu nhanh (dev)\n\n```bash\ncd Trello-Clone-Infra\ncp .env.example .env\nmake dev       # build + start toàn bộ service\nmake health    # kiểm tra api + 3 frontend\n```\n\n| Service        | Port  | Mô tả |\n|----------------|-------|-------|\n| frontend-user  | 80    | SPA người dùng |\n| frontend-admin | 8081  | SPA quản trị |\n| landing        | 3000  | Trang landing (Next.js) |\n| api            | 4000  | Backend API |\n| minio          | 9000/9001 | S3 API / console |\n\n## CI/CD\n\nRepo được tổ chức để build/publish image hoặc package qua GitHub Actions + GitHub Packages cho từng thành phần (backend, frontend, infra).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdhhhdjd%2Fclass-trello-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdhhhdjd%2Fclass-trello-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdhhhdjd%2Fclass-trello-clone/lists"}