{"id":15322121,"url":"https://github.com/edmartt/django-task-backend","last_synced_at":"2026-01-23T16:37:46.445Z","repository":{"id":215411462,"uuid":"738866392","full_name":"Edmartt/django-task-backend","owner":"Edmartt","description":"Django Task Backend is a small project for storing daily tasks","archived":false,"fork":false,"pushed_at":"2024-10-08T21:33:45.000Z","size":2315,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-04-14T23:37:22.366Z","etag":null,"topics":["django","jwt","jwt-authentication","openapi3","python","python3","rest","rest-api","restful-api","swagger","swagger-ui"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Edmartt.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}},"created_at":"2024-01-04T08:20:55.000Z","updated_at":"2024-08-03T19:31:45.000Z","dependencies_parsed_at":"2024-01-24T05:31:13.080Z","dependency_job_id":"c8bfccba-bfac-41bc-bfb7-96a17b593d29","html_url":"https://github.com/Edmartt/django-task-backend","commit_stats":{"total_commits":82,"total_committers":2,"mean_commits":41.0,"dds":"0.060975609756097615","last_synced_commit":"094ba9599888d9970093eab9cdedd44871f7fce1"},"previous_names":["edmartt/django-task-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Edmartt/django-task-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fdjango-task-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fdjango-task-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fdjango-task-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fdjango-task-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Edmartt","download_url":"https://codeload.github.com/Edmartt/django-task-backend/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fdjango-task-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28695628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T15:57:05.722Z","status":"ssl_error","status_checked_at":"2026-01-23T15:56:27.656Z","response_time":59,"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":["django","jwt","jwt-authentication","openapi3","python","python3","rest","rest-api","restful-api","swagger","swagger-ui"],"created_at":"2024-10-01T09:14:16.509Z","updated_at":"2026-01-23T16:37:46.402Z","avatar_url":"https://github.com/Edmartt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Task Backend\n\nDjango Task Backend is a small project for storing daily tasks. I was mainly interested in testing the power of Django without using any extension to make a restful backend service.\n\n### Features\n\n- Register endpoint for new users\n- Login endpoint for existant users\n- After logging in, the response is a JWT to be able to create new tasks or check existing ones\n- Each user has unique tasks that can be accessed by the owner of the tasks\n\n## Requirements\n\n- Python 3.11+\n- SQLite\n- http client: POSTMAN, Insomnia, cURL\n\n### Running Locally\n\n```\ngit clone https://github.com/Edmartt/django-task-backend.git\n```\n\nor ssh instead:\n\n```\ngit clone git@github.com:Edmartt/django-task-backend.git\n```\n\nbrowse into project directory:\n\n```\ncd django-task-backend/\n```\n\ncreate virtual environment\n\n```\npython -m venv env\n```\nactivate virtual environment\n\n```\n. env/bin/activate \n```\ninstall dependencies\n\n```\npip install -r requirements.txt\n```\n\nset environment variables following the [.envrc.example](https://github.com/Edmartt/django-task-backend/blob/main/.envrc.example) file and run\n\napply migrations\n```\npython manage.py migrate\n```\n\nrun\n\n```\npython manage.py runserver\n```\n\n\n#### Note\n\napi documentation in: `/api/v1/swagger`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmartt%2Fdjango-task-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedmartt%2Fdjango-task-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmartt%2Fdjango-task-backend/lists"}