{"id":22618799,"url":"https://github.com/willalveslima/tech_challenge_1","last_synced_at":"2026-04-12T12:44:59.577Z","repository":{"id":260700556,"uuid":"864110664","full_name":"willalveslima/Tech_Challenge_1","owner":"willalveslima","description":"Projeto de API Tech Challenge 1 FIAP","archived":false,"fork":false,"pushed_at":"2024-11-05T01:06:17.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T06:04:31.780Z","etag":null,"topics":["cache-request","fastapi","json","jwt","jwt-authentication","pandas","python","rest-api","retry-requests"],"latest_commit_sha":null,"homepage":"https://tech-challenge-1.vercel.app","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willalveslima.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-09-27T14:08:27.000Z","updated_at":"2024-11-05T01:06:20.000Z","dependencies_parsed_at":"2025-02-03T11:31:43.320Z","dependency_job_id":"f05bfc84-9571-49bd-9905-accde1c71001","html_url":"https://github.com/willalveslima/Tech_Challenge_1","commit_stats":null,"previous_names":["willalveslima/tech_challenge_1"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willalveslima%2FTech_Challenge_1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willalveslima%2FTech_Challenge_1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willalveslima%2FTech_Challenge_1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willalveslima%2FTech_Challenge_1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willalveslima","download_url":"https://codeload.github.com/willalveslima/Tech_Challenge_1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willalveslima%2FTech_Challenge_1/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259211828,"owners_count":22822378,"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":["cache-request","fastapi","json","jwt","jwt-authentication","pandas","python","rest-api","retry-requests"],"created_at":"2024-12-08T21:10:01.968Z","updated_at":"2026-04-12T12:44:54.526Z","avatar_url":"https://github.com/willalveslima.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Tech Challenge 1 - FIAP\n\nEste projeto é a implementação do Tech Challenge do curso de pós-graduação da FIAP. O objetivo é a criação de uma API pública para consulta de dados do site da Embrapa nas seguintes abas:\n\n- Produção\n- Processamento\n- Comercialização\n- Importação\n- Exportação\n\nA API servirá para alimentar uma base de dados que futuramente será usada para um modelo de Machine Learning.\n\n## Objetivos\n\n- Criar uma Rest API em Python que faça a consulta no site da Embrapa.\n- Documentar a API.\n- (Opcional) Implementar um método de autenticação (por exemplo, JWT).\n- Criar um plano para o deploy da API, desenhando a arquitetura do projeto desde a ingestão até a alimentação do modelo. Não é necessário elaborar um modelo de ML, mas é preciso escolher um cenário interessante em que a API possa ser utilizada.\n- Fazer um MVP realizando o deploy com um link compartilhável e um repositório no GitHub.\n\n## Desenvolvimento do Projeto\n\n1. **API em Python**: API implementada utilizando o frameworks FastAPI.\n2. **Documentação**: Utilizado a ferramenta Swagger embutida no framework Fastapi.\n3. **Autenticação**: Implementada autenticação JWT.\n4. **Plano de Deploy**: Desenho da arquitetura do projeto, incluindo serviços de cloud, CI/CD, etc.\n5. **MVP**: Deploy da API com um link compartilhável  e repositório no GitHub.\n\n## Documentação do API\n\nA Documentação da API é disponiblilizada após a execução do projeto:\nhttp://url_de_execução/docs\n\nex: \u003chttp://127.0.0.1:8000/docs\u003e\n\n## Executar Localmente\n\n```bash\n  git clone https://github.com/willalveslima/Tech_Challenge_1.git\n```\n\n## Acessar diretório do projeto\n\n```bash\n  cd Tech_Challenge_1\n```\n\n## Criar o ambiente virtural\n\n```bash\n  pythom -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## Como executar\n\n```bash\n   python .\\main.py\n```\n\nA pagina de documentação estará disponível em \u003chttp://127.0.0.1:8000/docs\u003e\n\n## Exemplo de consumo da API\n\nO script `consumidor_api.py` demonstra a forma de consumo da API.\n\n## Como Contribuir\n\n1. Faça um fork do repositório.\n2. Crie uma branch para sua feature (`git checkout -b feature/nome-da-feature`).\n3. Commit suas mudanças (`git commit -m 'Adiciona nova feature'`).\n4. Faça o push para a branch (`git push origin feature/nome-da-feature`).\n5. Abra um Pull Request.\n\n## Licença\n\nEste projeto está licenciado sob a Licença MIT - veja o arquivo [LICENSE](LICENSE) para mais detalhes.\n\n## Contato\n\nPara mais informações, entre em contato com [w.alves.lima@gmail.com].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillalveslima%2Ftech_challenge_1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillalveslima%2Ftech_challenge_1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillalveslima%2Ftech_challenge_1/lists"}