{"id":17721800,"url":"https://github.com/dngadelha/pokecenter","last_synced_at":"2026-05-05T12:32:54.788Z","repository":{"id":169926227,"uuid":"561821807","full_name":"dngadelha/pokecenter","owner":"dngadelha","description":"O Pokecenter é um projeto desenvolvido para um teste que utiliza o framework Angular, RxJS e Node.js.","archived":false,"fork":false,"pushed_at":"2022-11-07T21:52:05.000Z","size":17463,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-05-27T04:46:27.064Z","etag":null,"topics":["angular","nodejs","rxjs"],"latest_commit_sha":null,"homepage":"https://pokecenter.dngadelha.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dngadelha.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":"2022-11-04T15:09:52.000Z","updated_at":"2022-11-07T21:41:37.000Z","dependencies_parsed_at":"2024-08-17T04:00:56.431Z","dependency_job_id":null,"html_url":"https://github.com/dngadelha/pokecenter","commit_stats":null,"previous_names":["dngadelha/pokecenter"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/dngadelha/pokecenter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dngadelha%2Fpokecenter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dngadelha%2Fpokecenter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dngadelha%2Fpokecenter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dngadelha%2Fpokecenter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dngadelha","download_url":"https://codeload.github.com/dngadelha/pokecenter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dngadelha%2Fpokecenter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"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":["angular","nodejs","rxjs"],"created_at":"2024-10-25T15:36:17.731Z","updated_at":"2026-05-05T12:32:54.752Z","avatar_url":"https://github.com/dngadelha.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://github.com/dngadelha/pokecenter\"\u003e\u003cimg src=\"./src/assets/logos/pokecenter-logo.svg\" width=\"123px\" alt=\"Pokecenter\" align=\"right\"\u003e\u003c/a\u003e\r\n\r\n# Pokecenter\r\n\r\n_Capture Pókemons pelo seu navegador_\r\n\r\n[![Licença](https://img.shields.io/badge/licen%C3%A7a-GPL-blue.svg)](https://github.com/dngadelha/pokecenter/blob/master/LICENSE)\r\n[![Stars](https://img.shields.io/github/stars/dngadelha/pokecenter)](https://github.com/dngadelha/pokecenter/stargazers)\r\n\r\n![Captura de Tela](.github/screenshot_1.png)\r\n\r\n![Captura de Tela](.github/screenshot_2.png)\r\n\r\n\r\n## Características\r\n\r\n- Cadastro de usuários de forma simples e rápida\r\n- Capturar Pokémons (dados do usuário são salvos no servidor)\r\n- Visualizar Pokédex com todos os Pokémons cadastrados\r\n- Interface simples e amigável\r\n\r\n\r\n## Estrutura do projeto\r\n\r\nO Pokecenter é um projeto que utiliza o framework [Angular](https://angular.io/), [RxJS](https://rxjs.dev/) e [Node.js](https://nodejs.org/). Ele é dividido em 2 repositórios:\r\n\r\n- [`@dngadelha/pokecenter`](https://github.com/dngadelha/pokecenter): Projeto que contém o front-end da aplicação.\r\n- [`@dngadelha/pokecenter-backend`](https://github.com/dngadelha/pokecenter-backend): Projeto que contém o back-end da aplicação.\r\n\r\n\r\n## Executando a aplicação localmente\r\n\r\n1. Certifique-se de possuir instalado o [Node.js LTS](https://nodejs.org/pt-br/download/)\r\n\r\n2. Certifique-se de que o [back-end](https://github.com/dngadelha/pokecenter-backend) do Pokecenter esteja em execução\r\n\r\n3. Instale as dependências do projeto\r\n\r\n```sh\r\nnpm install\r\n```\r\n\r\n4. Inicie o servidor de desenvolvimento:\r\n\r\n```sh\r\nng serve\r\n```\r\n\r\nApós isto, você poderá acessar o Pokecenter em: [http://localhost:4200](http://localhost:4200)\r\n\r\n\r\n## Sobre o Projeto\r\n\r\n**Autor:** [Danilo Gadelha](mailto:dngadelha@outlook.com)\r\n\r\n**Agradecimento pela Ilustração:** [Rica Diaz](https://www.ricadiaz.com/)\r\n\r\n\r\n## Licença\r\n\r\n    Pokecenter - Capture Pókemons pelo seu navegador\r\n    Copyright (C) 2022  Danilo Gadelha e contribuidores\r\n\r\n    This program is free software: you can redistribute it and/or modify\r\n    it under the terms of the GNU General Public License as published by\r\n    the Free Software Foundation, either version 3 of the License, or\r\n    (at your option) any later version.\r\n\r\n    This program is distributed in the hope that it will be useful,\r\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r\n    GNU General Public License for more details.\r\n\r\n    You should have received a copy of the GNU General Public License\r\n    along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\r\n\r\n\r\n    The \"Pokémon\" trademark is copyright (c) 2022 Pokémon. (c) 1995 - 2022\r\n    Nintendo/Creatures Inc./GAME FREAK inc. TM, (c) Nintendo.\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdngadelha%2Fpokecenter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdngadelha%2Fpokecenter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdngadelha%2Fpokecenter/lists"}