{"id":19954214,"url":"https://github.com/code100x/daily-code","last_synced_at":"2025-05-14T05:12:02.987Z","repository":{"id":220156571,"uuid":"745233072","full_name":"code100x/daily-code","owner":"code100x","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-10T17:54:45.000Z","size":3203,"stargazers_count":901,"open_issues_count":104,"forks_count":1078,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-05-11T10:52:54.134Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://projects.100xdevs.com/","language":"TypeScript","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/code100x.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}},"created_at":"2024-01-18T22:35:52.000Z","updated_at":"2025-05-10T17:54:51.000Z","dependencies_parsed_at":"2024-04-14T22:24:05.938Z","dependency_job_id":"4733a10f-4b03-4063-98b2-251e8b1da485","html_url":"https://github.com/code100x/daily-code","commit_stats":null,"previous_names":["hkirat/daily-code","code100x/daily-code"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code100x%2Fdaily-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code100x%2Fdaily-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code100x%2Fdaily-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code100x%2Fdaily-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code100x","download_url":"https://codeload.github.com/code100x/daily-code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076850,"owners_count":22010611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11-13T01:19:15.148Z","updated_at":"2025-05-14T05:11:57.976Z","avatar_url":"https://github.com/code100x.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quick Setup Locally\n\n## Option 1: Using Docker\n\n```bash\ndocker compose watch\n```\n\n## Option 2: Manual Setup\n\n### 1. Install Dependencies\n```bash\ncd daily-code\nyarn install\n```\n\n### 2. Setup Database\n\n#### For Mac and Linux users\n```bash\ncd packages/db\nchmod +x ./setupDB.sh\n./setupDB.sh\n```\n\n#### For Windows users\n```bash\ncd packages/db\ncopy .env.example .env\ndocker-compose up\n\n# Configure the database connection\n# Add your connection string to DATABASE_URL\n\nyarn prisma migrate dev\nyarn prisma db seed\n```\n\n### 3. Run Locally\n```bash\ncd ../..\nyarn run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode100x%2Fdaily-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode100x%2Fdaily-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode100x%2Fdaily-code/lists"}