{"id":19489585,"url":"https://github.com/bc-fullstack-03/walderney-oliveira-backend","last_synced_at":"2025-10-04T12:49:56.482Z","repository":{"id":161889912,"uuid":"635628036","full_name":"bc-fullstack-03/walderney-oliveira-backend","owner":"bc-fullstack-03","description":"Backend de uma rede social usando o Spring Framework e o Mongo DB. ","archived":false,"fork":false,"pushed_at":"2023-05-10T01:32:59.000Z","size":324,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T19:34:05.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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,"publiccode":null,"codemeta":null}},"created_at":"2023-05-03T05:32:28.000Z","updated_at":"2023-05-05T03:18:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"b477a54a-6824-4028-9814-596ec706ab68","html_url":"https://github.com/bc-fullstack-03/walderney-oliveira-backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bc-fullstack-03/walderney-oliveira-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bc-fullstack-03%2Fwalderney-oliveira-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bc-fullstack-03%2Fwalderney-oliveira-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bc-fullstack-03%2Fwalderney-oliveira-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bc-fullstack-03%2Fwalderney-oliveira-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bc-fullstack-03","download_url":"https://codeload.github.com/bc-fullstack-03/walderney-oliveira-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bc-fullstack-03%2Fwalderney-oliveira-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278315196,"owners_count":25966775,"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-04T02:00:05.491Z","response_time":63,"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":"2024-11-10T21:09:14.460Z","updated_at":"2025-10-04T12:49:56.449Z","avatar_url":"https://github.com/bc-fullstack-03.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Rede social Parrot 😎 📕\n\n## Descrição 📃\nRepositório destinado compartilhamento dos códigos referentes ao backend da aplicação Parrot, feita durante o bootcamp promovido pela Sysmap Solutions,sendo uma api em java com framework spring e com documentação no swagger. \n\n\n\n## Como executar o projeto ✍️\n#### Abra o terminal na pasta que contém o arquivo docker-compose.yml e digite o seguinte comando\n```bash\n  docker compose up -d\n```\n#### Agora que os contêineres das imagens estão rodando localmente com as configurações do arquivo docker-compose.yml, já é possível utilizar a aplicação.\n\n### ⚠ ⚠ Lembrando, para acessar o LocalStack, use as seguintes informaçõe: \n```bash\n  aws configure --profile default\n```\n```bash\n  docker exec -it localhost_demo bash\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  root:opt/code/Localstack# aws s3 mb s3://demo-bucket --endpoint -url http://localhost:4566\n\n```\n#### Para acessar as urls:\n  swagger (http://localhost:8082/swagger-ui.html)  \n  postman : (http://localhost:8082)\n\n\n## Como utilizar 🖱️💻\n#### 1º Registre um novo usuário \n![usercreated](https://github.com/bc-fullstack-03/walderney-oliveira-backend/assets/85721450/a1a753d9-371b-4001-8af0-4b361c8c9496)\n#### 2º Valide e gerencie o token\n![teste auth](https://github.com/bc-fullstack-03/walderney-oliveira-backend/assets/85721450/ef5bddee-e19d-4d2c-85e6-d1786de7f826)\n![test concluido](https://github.com/bc-fullstack-03/walderney-oliveira-backend/assets/85721450/b60eb0dd-9207-451c-828f-4c8efba94eab)\n\n#### 3º Adicione o token na autorização no header da requisição\n![auth](https://github.com/bc-fullstack-03/walderney-oliveira-backend/assets/85721450/f456c5ad-7107-458e-ac79-adf96babf108)\n\n![requested](https://github.com/bc-fullstack-03/walderney-oliveira-backend/assets/85721450/ac026396-3012-4e73-9e59-a1e015a6b170)\n\n#### 4º Agora você pode explorar a todos os endpoints\n\n![user](https://github.com/bc-fullstack-03/walderney-oliveira-backend/assets/85721450/c066c7c3-b091-4ade-bcb4-4fbcb391b85b)\n\n![post](https://github.com/bc-fullstack-03/walderney-oliveira-backend/assets/85721450/ce80fc9e-a7d5-4852-8a1b-01279bfb35d6)\n\n## Melhorias\n\nFalta a autorização pelo swagger\n\n## 🛠 Habilidades\n#### Java, Spring, Docker, Swagger\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbc-fullstack-03%2Fwalderney-oliveira-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbc-fullstack-03%2Fwalderney-oliveira-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbc-fullstack-03%2Fwalderney-oliveira-backend/lists"}