{"id":32520873,"url":"https://github.com/mel-rocha/identity-management","last_synced_at":"2025-10-28T05:52:36.078Z","repository":{"id":313132389,"uuid":"1050139916","full_name":"Mel-Rocha/identity-management","owner":"Mel-Rocha","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-04T05:28:34.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-04T05:45:17.873Z","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/Mel-Rocha.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-04T02:24:00.000Z","updated_at":"2025-09-04T02:32:44.000Z","dependencies_parsed_at":"2025-09-04T05:45:40.903Z","dependency_job_id":"ee9fda20-1b1f-41e6-b82b-4cfbcf12b422","html_url":"https://github.com/Mel-Rocha/identity-management","commit_stats":null,"previous_names":["mel-rocha/identity-management"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Mel-Rocha/identity-management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mel-Rocha%2Fidentity-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mel-Rocha%2Fidentity-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mel-Rocha%2Fidentity-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mel-Rocha%2Fidentity-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mel-Rocha","download_url":"https://codeload.github.com/Mel-Rocha/identity-management/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mel-Rocha%2Fidentity-management/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281391766,"owners_count":26492903,"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-10-28T02:00:06.022Z","response_time":60,"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":"2025-10-28T05:52:35.067Z","updated_at":"2025-10-28T05:52:36.068Z","avatar_url":"https://github.com/Mel-Rocha.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Configuração Primária 1️⃣\n\n## Preparando o ambiente ⚙️\n1 - Clone o repositório do projeto:\n```bash\nmkdir django-project\ngit clone \u003cproject-repository-url\u003e\n```\n\n2 - Configure o ambiente virtual:\n```bash\npython -m venv .venv\nsource .venv/bin/activate  # On Windows: .venv\\Scripts\\activate\n```\n3 - Copie o template de variáveis de ambiente, e preencha o mesmo com os valores necessários:\n```bash\ncp env.example .env\n```\n\n4 - Instale as dependências do projeto:\n```bash\npip install -r requirements.txt\n```\n\n5 - Rode as migrações do banco de dados:\n```bash\npython manage.py makemigrations\npython manage.py migrate\n```\n\n## Scripts Automatizados 🛠️\nDefina permissão de execução para os scripts de ajuda no diretório `dev_helpers/scripts/`:\n```bash\nchmod +x dev_helpers/scripts/*\n```\n---\n## Rodando o Projeto 🛞\n\n### Docker 🐳\n```bash\ndocker compose up --build\n```\n- Acesse a aplicação em `http://0.0.0.0:8000/`\n\n---\n\n### localmente 🏡\n```bash\npython manage.py runserver\n```\n- Acesse a aplicação em `http://0.0.0.0:8000/`\n---\n## Qualidade de código 🔍\n### Testes e estilo\nExecute o seguinte comando para mensurar a qualidade do código, incluindo testes e verificação de estilo PEP8:\n```bash\n./dev_helpers/scripts/validate_quality.sh\n```\n---\n### Testes unitários 🧪\nRode os testes do projeto\n````bash\ncoverage run -m pytest\n````\nGeração de relatório de corbertura de testes.\n````bash\ncoverage report -m\n````\n\n---\n### Estilo PEP8 💎\nExecute o linter do projeto\n````bash\nmake lint\n````\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmel-rocha%2Fidentity-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmel-rocha%2Fidentity-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmel-rocha%2Fidentity-management/lists"}