{"id":22042698,"url":"https://github.com/renanstn/django-rest-example","last_synced_at":"2026-05-04T19:31:43.553Z","repository":{"id":39568982,"uuid":"205971346","full_name":"renanstn/django-rest-example","owner":"renanstn","description":"Api de cadastro e consulta de músicas feita com o Django REST Framework para aprender os conceitos básicos do mesmo.","archived":false,"fork":false,"pushed_at":"2021-04-09T13:24:35.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T19:48:19.415Z","etag":null,"topics":["django","django-rest-framework","django-simple-jwt","jwt-authentication","python"],"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/renanstn.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":"2019-09-03T02:18:38.000Z","updated_at":"2023-07-18T21:15:36.000Z","dependencies_parsed_at":"2022-09-20T05:15:52.602Z","dependency_job_id":null,"html_url":"https://github.com/renanstn/django-rest-example","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/renanstn%2Fdjango-rest-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renanstn%2Fdjango-rest-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renanstn%2Fdjango-rest-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renanstn%2Fdjango-rest-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renanstn","download_url":"https://codeload.github.com/renanstn/django-rest-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245111927,"owners_count":20562511,"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-rest-framework","django-simple-jwt","jwt-authentication","python"],"created_at":"2024-11-30T12:13:18.253Z","updated_at":"2026-05-04T19:31:38.513Z","avatar_url":"https://github.com/renanstn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-rest-example\n\nAPI de cadastro/consulta de músicas, feito com Django-rest-framework, seguindo [este](https://medium.com/@marcosrabaioli/criando-uma-api-rest-utilizando-django-rest-framework-parte-1-55ac3e394fa) tutorial.\n\nItens que aprendi aqui:\n- Instalação/configuração\n- Criando modelo e serializer\n- Criando as views\n- Adicionando autenticação (do tipo sessão)\n- Adicionando filtros\n- Adicionado web token JWT\n\n## Instruções:\n\n### Criar e inicializar virtualenv\n\n```bash\n$python -m venv venv\n$source venv/bin/activate\n```\n\n### Instalar dependências:\n\n```bash\n$pip install -r requirements.txt\n```\n\n### Fazer as migrações\n```bash\n$python manager.py migrate\n```\n\n### Criar o superuser\n```bash\n$python manager.py createsuperuser\n```\n\n### Iniciar o server\n```bash\n$python manager.py runserver\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenanstn%2Fdjango-rest-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenanstn%2Fdjango-rest-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenanstn%2Fdjango-rest-example/lists"}