{"id":20829009,"url":"https://github.com/the-akira/django-rest-tutorial","last_synced_at":"2026-04-19T21:03:29.655Z","repository":{"id":46812087,"uuid":"250207120","full_name":"the-akira/Django-REST-Tutorial","owner":"the-akira","description":"Neste guia vamos desenvolver uma REST API com o framework Django REST","archived":false,"fork":false,"pushed_at":"2023-04-21T20:53:40.000Z","size":19,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T18:46:38.622Z","etag":null,"topics":["django","django-application","django-rest-framework","movies","python3","rest-api","restful-api"],"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/the-akira.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":"2020-03-26T08:55:11.000Z","updated_at":"2021-09-24T03:42:08.000Z","dependencies_parsed_at":"2025-01-18T18:41:57.337Z","dependency_job_id":"c2995c85-4bfa-4eeb-9cfd-073e45cdf3fc","html_url":"https://github.com/the-akira/Django-REST-Tutorial","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/the-akira%2FDjango-REST-Tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-akira%2FDjango-REST-Tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-akira%2FDjango-REST-Tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-akira%2FDjango-REST-Tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-akira","download_url":"https://codeload.github.com/the-akira/Django-REST-Tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243179814,"owners_count":20249179,"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":["django","django-application","django-rest-framework","movies","python3","rest-api","restful-api"],"created_at":"2024-11-17T23:19:09.130Z","updated_at":"2025-12-24T21:52:05.266Z","avatar_url":"https://github.com/the-akira.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django REST API Tutorial\n\nNeste guia vamos desenvolver uma REST API com o framework Django REST.\n\n**[Leia o Tutorial](https://akiradev.netlify.app/posts/django-rest-api/)**\n\n--- \n\n## Instalação\n\n### Clone o Repositório\n\n```\ngit clone https://github.com/the-akira/Django-REST-Tutorial.git\n```\n\n### Dentro do Diretório Principal\n\nCrie um Ambiente Virtual\n\n```\npython -m venv myvenv\n```\n\nAtive o Ambiente Virtual\n\n```\nsource myvenv/bin/activate\n```\n\nInstale os Requeriments\n\n```\npip install -r requirements.txt\n```\n\nSincronize o banco de dados\n\n```\npython manage.py migrate\n```\n\nExecute a aplicação\n\n```\npython manage.py runserver\n```\n\nFaça [Requisições](https://github.com/the-akira/Django-REST-Tutorial/blob/master/requests.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-akira%2Fdjango-rest-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-akira%2Fdjango-rest-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-akira%2Fdjango-rest-tutorial/lists"}