{"id":25442264,"url":"https://github.com/arvind-4/todoapp","last_synced_at":"2026-05-03T18:33:18.548Z","repository":{"id":119415751,"uuid":"385634268","full_name":"arvind-4/todoapp","owner":"arvind-4","description":"ToDo App in Django, Tailwind","archived":false,"fork":false,"pushed_at":"2024-07-26T13:58:36.000Z","size":768,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-15T19:11:27.325Z","etag":null,"topics":["css3","django","html-css-javascript","html5","javascript","python","python3","sqlite-database"],"latest_commit_sha":null,"homepage":"https://awesometodoapp.vercel.app","language":"Python","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/arvind-4.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,"zenodo":null}},"created_at":"2021-07-13T14:34:05.000Z","updated_at":"2024-07-26T13:58:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"181e2081-a74c-4b88-be11-4986a384e202","html_url":"https://github.com/arvind-4/todoapp","commit_stats":null,"previous_names":["arvind-4/todoapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arvind-4/todoapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvind-4%2Ftodoapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvind-4%2Ftodoapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvind-4%2Ftodoapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvind-4%2Ftodoapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arvind-4","download_url":"https://codeload.github.com/arvind-4/todoapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvind-4%2Ftodoapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32579804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css3","django","html-css-javascript","html5","javascript","python","python3","sqlite-database"],"created_at":"2025-02-17T13:17:51.285Z","updated_at":"2026-05-03T18:33:18.530Z","avatar_url":"https://github.com/arvind-4.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todo app\n\nA Todo app in [Django](https://www.djangoproject.com/)\n\nCheck the [Website](https://awesometodoapp.vercel.app) deployed Using Vercel.\n\n## Get the code\n\n- Step 1: Create Virtual Environment\n\n```bash\ncd ~/Dev\nmkdir ~/Dev/todoapp -p\ncd ~/Dev/todoapp\npython3.9 -m pip install virtualenv\npython3.9 -m virtualenv .\nsource bin/activate\n```\n\n- Step 2: Install the Dependencies\n\nUsing **pip**\n\n```bash\ngit clone https://github.com/Arvind-4/todoapp.git .\npip install -r requirements.txt -r requirements-dev.txt\n```\n\nUsing **poetry**\n\n```bash\ngit clone https://github.com/Arvind-4/todoapp.git .\npoetry install\n```\n\n- Step 3: Run the Migrations!\n\n```bash\npython manage.py makemigrations\npython manage.py migrate\n```\n\n- Step 4: Run the Code!\n\n```bash\npython manage.py runserver\n```\n\n## Add These to your .env in Root of the Project\n\n```bash\nDATABASE_PORT=\nDATABASE_HOST=\nDATABASE_PASSWORD=\nDATABASE_USER=\nDATABASE_NAME=\nDATABASE_CLUSTER=\n\nDJANGO_SUPERUSER_PASSWORD=\nDJANGO_SUPERUSER_USERNAME=\nDJANGO_SUPERUSER_EMAIL=\nDJANGO_DEBUG=\nDJANGO_SECRET_KEY=\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvind-4%2Ftodoapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farvind-4%2Ftodoapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvind-4%2Ftodoapp/lists"}