{"id":21714855,"url":"https://github.com/p2sousa/gobarber","last_synced_at":"2026-04-07T16:32:24.380Z","repository":{"id":44055579,"uuid":"217185085","full_name":"p2sousa/gobarber","owner":"p2sousa","description":"GoBarber é um aplicativo de agendamento de barbeiro que mostra ao barbeiro sua agenda para o dia. Desenvolvido durante o Bootcamp da Rocketseet","archived":false,"fork":false,"pushed_at":"2023-01-24T00:48:10.000Z","size":989,"stargazers_count":0,"open_issues_count":22,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T19:36:19.819Z","etag":null,"topics":["api-rest","express","mongodb","nodejs","postgres","redis","redis-cache","redis-queue","sequelize"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/p2sousa.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}},"created_at":"2019-10-24T01:27:21.000Z","updated_at":"2020-03-15T01:49:15.000Z","dependencies_parsed_at":"2023-02-13T06:45:41.072Z","dependency_job_id":null,"html_url":"https://github.com/p2sousa/gobarber","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/p2sousa/gobarber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p2sousa%2Fgobarber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p2sousa%2Fgobarber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p2sousa%2Fgobarber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p2sousa%2Fgobarber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p2sousa","download_url":"https://codeload.github.com/p2sousa/gobarber/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p2sousa%2Fgobarber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["api-rest","express","mongodb","nodejs","postgres","redis","redis-cache","redis-queue","sequelize"],"created_at":"2024-11-26T00:39:09.989Z","updated_at":"2026-04-07T16:32:24.346Z","avatar_url":"https://github.com/p2sousa.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg alt=\"GoBarber\" src=\"gobarber.png\" /\u003e\n    \u003cbr\u003e\n    GoBarber - Aplicativo de agendamento.\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n  Um aplicativo de agendamento de barbeiro que mostra ao barbeiro sua agenda para o dia.\n\u003c/h4\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub top language\" src=\"https://img.shields.io/github/languages/top/p2sousa/gobarber.svg\"\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/p2sousa/gobarber.svg\"\u003e\n  \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/p2sousa/gobarber.svg\"\u003e\n  \u003ca href=\"https://github.com/p2sousa/gobarber/commits/master\"\u003e\n    \u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/p2sousa/gobarber.svg\"\u003e\n  \u003c/a\u003e\n\n  \u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/p2sousa/gobarber.svg\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#rocket-roadmap\"\u003eRoadmap\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#information_source-como-usar\"\u003eComo Usar\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#memo-licença\"\u003eLicença\u003c/a\u003e\n\u003c/p\u003e\n\n## :rocket: Roadmap\n\n- ⚙︎︎ Desenvolver api back-end\n- ✘ Desenvolcer front-end\n- ✘ Desenvolver versão mobile\n\n## :information_source: Como Usar\n\nClone o repositório [GoBarber](https://github.com/p2sousa/gobarber):\n\n```bash\n# Clone esse repositorio\n$ git clone https://github.com/p2sousa/gobarber\n\n# Entre na pasta backend\n$ cd backend\n\n# Copie e configure suas variaveis de ambiente\n$ cp .env.example .env\n\n# Execute tudo com docker\n$ docker-compose up -d\n\n# Execute os processos de fila\n$ docker exec gobarber-app yarn queue\n```\n\n## :memo: Licença\nEsse projeto está sob a licença MIT. Veja o [LICENSE](https://github.com/p2sousa/gobarber/blob/master/LICENSE) para mais informações.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp2sousa%2Fgobarber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp2sousa%2Fgobarber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp2sousa%2Fgobarber/lists"}