{"id":48384133,"url":"https://github.com/cedraz/desafio-fullstack-redway-frontend","last_synced_at":"2026-04-05T21:16:37.715Z","repository":{"id":222837381,"uuid":"757092423","full_name":"cedraz/desafio-fullstack-redway-frontend","owner":"cedraz","description":"Minha resolução do desafio para vaga fullstack da redway (frontend)","archived":false,"fork":false,"pushed_at":"2024-02-20T17:37:20.000Z","size":121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-02-21T05:27:34.991Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/cedraz.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":"2024-02-13T19:46:24.000Z","updated_at":"2024-02-13T19:48:18.000Z","dependencies_parsed_at":"2024-02-16T14:59:04.943Z","dependency_job_id":null,"html_url":"https://github.com/cedraz/desafio-fullstack-redway-frontend","commit_stats":null,"previous_names":["cedraz/desafio-fullstack-redway-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cedraz/desafio-fullstack-redway-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedraz%2Fdesafio-fullstack-redway-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedraz%2Fdesafio-fullstack-redway-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedraz%2Fdesafio-fullstack-redway-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedraz%2Fdesafio-fullstack-redway-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedraz","download_url":"https://codeload.github.com/cedraz/desafio-fullstack-redway-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedraz%2Fdesafio-fullstack-redway-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31450252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T15:22:31.103Z","status":"ssl_error","status_checked_at":"2026-04-05T15:22:00.205Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-04-05T21:16:37.643Z","updated_at":"2026-04-05T21:16:37.701Z","avatar_url":"https://github.com/cedraz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup\n\nPara rodar o projeto, siga os passos abaixo:\n\n## Docker\n\nPrimeiro de tudo instale o Docker e o Docker Compose\n\nCaso esteja utilizando ubuntu, é necessário adicionar o sudo antes de qualquer comando envolvendo o docker, exemplo:\n\n`sudo docker ...`\n\npara criar o container, execute o comando:\n\n```sh\ndocker compose up\n```\n\nCaso não deseje que os logs da aplicação apareçam utilize a flag \"-d\", ela serve para rodar o container em modo \"detached\", ou seja, em segundo plano, sem mostrar os logs no terminal.\n\nPara acessar a site, acesse o link abaixo:\n\nhttp://localhost:3000\n\n\u003cbr/\u003e\n\n-------\n\npara checar todos os containers criados:\n\n```sh\ndocker ps -a\n```\n\npara checar os containers que estão rodando:\n\n```sh\ndocker ps\n```\n\npara rodar o container:\n\n```sh\ndocker compose start api-redway-pg\n```\n\ncaso queira parar o container:\n\n```sh\ndocker compose stop\n```\n\ncaso queira remover o container:\n\n```sh\ndocker compose down\n```\n\n## Configuração do ESlint\n\nCaso sua máquina seja Windows, altere a opção: `\"linebreak-style\"` para: \n\n```json\n\"linebreak-style\": [\n    \"error\",\n    \"windows\"\n]\n```\n\nCaso sua máquina seja Linux ou Mac, altere a opção: `\"linebreak-style\"` para: \n\n```json\n\"linebreak-style\": [\n    \"error\",\n    \"unix\"\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedraz%2Fdesafio-fullstack-redway-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedraz%2Fdesafio-fullstack-redway-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedraz%2Fdesafio-fullstack-redway-frontend/lists"}