{"id":19489508,"url":"https://github.com/bc-fullstack-03/samuel-fernando_mobile","last_synced_at":"2026-04-13T00:39:31.253Z","repository":{"id":234198530,"uuid":"650845476","full_name":"bc-fullstack-03/Samuel-Fernando_mobile","owner":"bc-fullstack-03","description":"Meu projeto final de Mobile para a 3ª edição do Bootcamp Excelência FullStack - SysMap Solutions","archived":false,"fork":false,"pushed_at":"2023-06-08T00:50:59.000Z","size":191,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T19:33:58.760Z","etag":null,"topics":["axios","expo","phosphor-icons","react","react-native","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/bc-fullstack-03.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}},"created_at":"2023-06-08T00:00:53.000Z","updated_at":"2023-06-08T01:12:56.000Z","dependencies_parsed_at":"2024-04-18T13:23:56.561Z","dependency_job_id":"26ef6112-a6c7-4961-97cd-2534d81b52b4","html_url":"https://github.com/bc-fullstack-03/Samuel-Fernando_mobile","commit_stats":null,"previous_names":["bc-fullstack-03/samuel-fernando_mobile"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bc-fullstack-03/Samuel-Fernando_mobile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bc-fullstack-03%2FSamuel-Fernando_mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bc-fullstack-03%2FSamuel-Fernando_mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bc-fullstack-03%2FSamuel-Fernando_mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bc-fullstack-03%2FSamuel-Fernando_mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bc-fullstack-03","download_url":"https://codeload.github.com/bc-fullstack-03/Samuel-Fernando_mobile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bc-fullstack-03%2FSamuel-Fernando_mobile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31735541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["axios","expo","phosphor-icons","react","react-native","typescript"],"created_at":"2024-11-10T21:08:47.651Z","updated_at":"2026-04-13T00:39:31.221Z","avatar_url":"https://github.com/bc-fullstack-03.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Samuel Fernando da Silva Tavares | Mobile - Parrot App\nMeu projeto final de Mobile para a 3ª edição do Bootcamp Excelência FullStack - SysMap Solutions\n\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\n# Tecnologias utilizadas\n![React Native](https://img.shields.io/badge/react_native-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![Expo](https://img.shields.io/badge/expo-1C1E24?style=for-the-badge\u0026logo=expo\u0026logoColor=#D04A37)\n\n\n# Configurando o BackEnd\n\nO projeto conta com um docker-compose que contém todos os serviços de backend necessários. Abaixo está a configuração necessária para o pleno funcionamento dos serviços.\n\nClone o repositório:\n\n```sh\ngit clone https://github.com/bc-fullstack-03/Samuel-Fernando_mobile.git\n```\n\nEntre no diretório raiz do projeto, e execute o docker-compose para iniciar todos os contêineres e criar todos os serviços de back-end necessários para ele ser funcional:\n\n```sh\ncd Samuel-Fernando_mobile\n```\n\n```sh\ndocker-compose up --build -d\n```\n\nApós os contêineres serem iniciados, será necessária a criação de um novo perfil e do S3 bucket no contêiner localstack-parrot para o upload de fotos ser funcional na aplicação. Para isso, será necessário executar os seguintes comandos:\n\n```sh\ndocker exec -it localstack-parrot bash\n```\n```sh\naws configure --profile default\n```\nSerá aberta uma série de configurações para o perfil, onde será preciso atribuir os seguintes dados:\n\n- AWS Access Key ID [None]: myKey\n- AWS Secret Access Key [None]: myKey\n- Default region name [None]: us-west-2\n- Default output format [None]: json\n\nApós a criação do perfil, o bucket S3 para a aplicação poderá ser criado utilizando o seguinte comando:\n\n```sh\naws s3 mb s3://demo-bucket --endpoint-url http://localhost:4566\n```\nCom o bucket S3 criado, a configuração do back-end estará completa.\n\n# Configurando o mobile\n\nSerá necessário o preenchimento de duas variáveis de ambiente em um arquivo .env na raiz do projeto, sendo elas:\n\n- API_URL = Deve ser preenchida com a URL base do BackEnd (utilizar o endereço IP local no host)\n\nExemplo:\n\n```sh\nhttp://xxx.xxx.x.xxx:8082/api/v1\n```\n\n- PHOTO_SERVICE_HOST = Deve ser preenchido com o endereço IP local (o mesmo utilizado na variável API_URL)\n\nExemplo:\n\n```sh\nxxx.xxx.x.xxx\n```\n\n# Iniciando o projeto\n\nNa raiz do projeto, instale todas as depedências:\n\n```sh\nyarn\n```\nou\n```sh\nnpm install\n```\n\nApós as dependências serem instaladas, a aplicação poderá ser iniciada com o comando:\n\n```sh\nyarn android\n```\nou\n```sh\nnpm run android\n```\n\n## Repositório do BackEnd\nO repositório com o código do backend do projeto pode ser encontrado [aqui](https://github.com/bc-fullstack-03/Samuel-Fernando_backend).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbc-fullstack-03%2Fsamuel-fernando_mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbc-fullstack-03%2Fsamuel-fernando_mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbc-fullstack-03%2Fsamuel-fernando_mobile/lists"}