{"id":24958271,"url":"https://github.com/mttetc/taskflow","last_synced_at":"2026-04-03T23:38:26.775Z","repository":{"id":273911257,"uuid":"921285251","full_name":"mttetc/taskflow","owner":"mttetc","description":"Task application","archived":false,"fork":false,"pushed_at":"2025-01-26T18:37:41.000Z","size":246,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T07:11:11.580Z","etag":null,"topics":["crsf","express","jwt","node","nodejs","postgresql","prisma","react","typescript"],"latest_commit_sha":null,"homepage":"","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/mttetc.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}},"created_at":"2025-01-23T17:16:44.000Z","updated_at":"2025-01-26T21:14:08.000Z","dependencies_parsed_at":"2025-01-26T18:40:20.608Z","dependency_job_id":null,"html_url":"https://github.com/mttetc/taskflow","commit_stats":null,"previous_names":["mttetc/todosexpress","mttetc/taskflow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mttetc%2Ftaskflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mttetc%2Ftaskflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mttetc%2Ftaskflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mttetc%2Ftaskflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mttetc","download_url":"https://codeload.github.com/mttetc/taskflow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246100458,"owners_count":20723469,"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":["crsf","express","jwt","node","nodejs","postgresql","prisma","react","typescript"],"created_at":"2025-02-03T07:10:43.683Z","updated_at":"2025-12-30T20:31:11.467Z","avatar_url":"https://github.com/mttetc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TaskFlow\n## Tech Stack\n\n- **Frontend**: React, Tailwind CSS, React Query\n- **Backend**: Node.js, Express, Prisma\n- **Database**: PostgreSQL\n- **DevOps**: Docker, Docker Compose\n\n## Deployment Guide (Free Tier on Render.com)\n\n### Prerequisites\n1. Create a free account on [Render.com](https://render.com)\n2. Fork or have ownership of this repository\n\n### Database Setup\n1. In Render dashboard, go to \"New +\" \u003e \"PostgreSQL\"\n2. Choose a name for your database\n3. Select the free tier\n4. Note down the following details:\n   - Internal Database URL\n   - External Database URL\n\n### Backend Setup\n1. In Render dashboard, go to \"New +\" \u003e \"Web Service\"\n2. Connect your repository\n3. Configure the service:\n   - Name: taskflow-backend (or your preferred name)\n   - Root Directory: server\n   - Environment: Node\n   - Build Command: `npm install \u0026\u0026 npx prisma generate \u0026\u0026 npx prisma migrate deploy`\n   - Start Command: `npm start`\n4. Add environment variables:\n   ```\n   DATABASE_URL=\u003cYour Internal Database URL\u003e\n   JWT_SECRET=\u003cYour Secret Key\u003e\n   CSRF_SECRET=\u003cYour CSRF Secret\u003e\n   NODE_ENV=production\n   CLIENT_URL=\u003cYour Frontend URL\u003e\n   ```\n5. Deploy the service\n\n### Frontend Setup\n1. In Render dashboard, go to \"New +\" \u003e \"Static Site\"\n2. Connect your repository\n3. Configure the site:\n   - Name: taskflow-frontend (or your preferred name)\n   - Root Directory: client\n   - Build Command: `npm install \u0026\u0026 npm run build`\n   - Publish Directory: dist\n4. Add environment variable:\n   ```\n   VITE_API_URL=\u003cYour Backend URL\u003e\n   ```\n5. Deploy the site\n\n### Post-Deployment\n1. Update CORS settings in the backend to allow requests from your frontend URL\n2. Test the application by creating a new account and adding tasks\n\n### Notes\n- Free tier may have some limitations on usage and performance\n- The application will sleep after 15 minutes of inactivity\n- Database has storage limitations on free tier\n\n### Troubleshooting\n- If the application fails to connect to the database, verify the DATABASE_URL\n- For CORS issues, ensure CLIENT_URL matches your frontend URL exactly\n- Check Render logs for detailed error messages","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmttetc%2Ftaskflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmttetc%2Ftaskflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmttetc%2Ftaskflow/lists"}