{"id":20964078,"url":"https://github.com/its-kumar/django-rest-project","last_synced_at":"2025-09-21T18:11:54.499Z","repository":{"id":56371918,"uuid":"312038717","full_name":"its-Kumar/django-rest-project","owner":"its-Kumar","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-11T17:43:56.000Z","size":131,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T07:35:10.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/its-Kumar.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}},"created_at":"2020-11-11T17:15:47.000Z","updated_at":"2020-11-11T17:43:49.000Z","dependencies_parsed_at":"2022-08-15T17:31:09.273Z","dependency_job_id":null,"html_url":"https://github.com/its-Kumar/django-rest-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/its-Kumar/django-rest-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-Kumar%2Fdjango-rest-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-Kumar%2Fdjango-rest-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-Kumar%2Fdjango-rest-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-Kumar%2Fdjango-rest-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/its-Kumar","download_url":"https://codeload.github.com/its-Kumar/django-rest-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-Kumar%2Fdjango-rest-project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268185210,"owners_count":24209381,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-19T02:50:03.149Z","updated_at":"2025-09-21T18:11:49.449Z","avatar_url":"https://github.com/its-Kumar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-rest-project\n\n## TODO App\n\nBuild simple ToDo web application using django-rest framework and javascript frontend using CRUD functionality.\n\n## Screenshot\n\n![img](./Screenshot.png)\n\n## Steps\n\n1. `pip install django`\n2. `pip install djangorestframework`\n3. `python manage.py startproject project_name`\n4. `python manage.py startapp api`\n5. Add newely created app(api) to INSTALLED_APPS\n```\nINSTALLED_APPS = [\n    .....\n    'api',\n\n    ....\n    'frontend',\n]\n```\n6. create `searializers.py` file and create serializers for models\n7. create api views in `views.py` using CRUD and add urls to `/api/` path\n8. create frontend\\\n`python manage.py startapp frontend`\n9. create template for frontend and add frontend code\n10. finally create database and runserver\n```bash\npython manage.py makemigrations\npython manage.py migrate\npython manage.py runserver\n```\n\n## Author\n[Kumar Shanu](https://github.com/its-kumar/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-kumar%2Fdjango-rest-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fits-kumar%2Fdjango-rest-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-kumar%2Fdjango-rest-project/lists"}