{"id":22741479,"url":"https://github.com/danitrod/todos","last_synced_at":"2025-03-30T04:13:45.360Z","repository":{"id":105752275,"uuid":"387360569","full_name":"danitrod/todos","owner":"danitrod","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-20T12:50:50.000Z","size":339,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T06:30:37.864Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danitrod.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":"2021-07-19T06:23:00.000Z","updated_at":"2021-07-20T12:50:53.000Z","dependencies_parsed_at":"2023-06-13T14:45:28.742Z","dependency_job_id":null,"html_url":"https://github.com/danitrod/todos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danitrod%2Ftodos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danitrod%2Ftodos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danitrod%2Ftodos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danitrod%2Ftodos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danitrod","download_url":"https://codeload.github.com/danitrod/todos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246273553,"owners_count":20750906,"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-12-11T00:12:27.606Z","updated_at":"2025-03-30T04:13:45.354Z","avatar_url":"https://github.com/danitrod.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todos\n\n## Running in dev mode\n\n### For front-end\n\n```bash\ncd web\nyarn\nyarn dev\n```\n\n### For back-end\n\n```bash\ncd server\ndocker compose up # Start db services for development\nyarn\nyarn watch # Watch for typescript file changes\n```\n\nOn another tab:\n\n```bash\nyarn dev\n```\n\n## Running in production\n\n```bash\nyarn build\ncd server\ncp .env.example .env\n```\n\nSet the env variables in `.env`. Then:\n\n```bash\nNODE_ENV=production yarn start\n```\n\nOr, with Docker - set the env variables in the [Dockerfile](./Dockerfile) and run:\n\n```bash\ndocker build -t todos .\ndocker run -p 8080:8080 todos\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanitrod%2Ftodos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanitrod%2Ftodos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanitrod%2Ftodos/lists"}