{"id":20772223,"url":"https://github.com/ericneves/myseries","last_synced_at":"2026-04-13T10:32:35.456Z","repository":{"id":229092978,"uuid":"773497595","full_name":"EricNeves/mySeries","owner":"EricNeves","description":"🦧 API Restfull created with NodeJS, ExpressJS, MongoDB (mongoose), Unit Testes (jest), Docker and more... ","archived":false,"fork":false,"pushed_at":"2024-03-23T21:30:53.000Z","size":238,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T22:31:26.152Z","etag":null,"topics":["api-rest","jest","mongodb","nodejs","unit-testing"],"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/EricNeves.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":"2024-03-17T20:21:27.000Z","updated_at":"2024-03-22T01:43:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"20b015a6-fef3-48a3-bd51-499f9f6136a5","html_url":"https://github.com/EricNeves/mySeries","commit_stats":null,"previous_names":["ericneves/myseries"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EricNeves/mySeries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FmySeries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FmySeries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FmySeries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FmySeries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EricNeves","download_url":"https://codeload.github.com/EricNeves/mySeries/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricNeves%2FmySeries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"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":["api-rest","jest","mongodb","nodejs","unit-testing"],"created_at":"2024-11-17T12:19:47.309Z","updated_at":"2026-04-13T10:32:35.438Z","avatar_url":"https://github.com/EricNeves.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr /\u003e\n  \u003cimg src=\".github/icon.png\"\u003e\n  \u003cbr /\u003e\n  My Series API\n  \u003cbr /\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n  API Restfull desenvolvida com NodeJS, ExpressJS, MongoDB, Autenticação por JWT, Testes Automatizados e entre outros recursos.\n\u003c/h4\u003e \n\n\u003cp align=\"center\"\u003eData de criação: Mar 17, 2024\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/last-commit/ericneves/mySeries?display_timestamp=author\u0026style=flat-square\u0026logo=github\u0026labelColor=%235961FF\u0026color=%23333333\" alt=\"Github\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/languages/top/ericneves/mySeries?style=flat-square\u0026logo=javascript\u0026labelColor=%23556066\u0026color=%2379A55B\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/ericneves/mySeries?style=flat-square\u0026logo=github\u0026labelColor=%231F2937\u0026color=%23374151\"\u003e\n\u003c/p\u003e\n\n![screenshot](.github/swagger-doc.png)\n\n### Descrição\n\n\u003cb\u003eMy Series API\u003c/b\u003e, aplicação baseada no projeto \u003ca href=\"https://github.com/devpleno/fsm-minhas-series-rest\"\u003eMy Series\u003c/a\u003e, desenvolvido no curso \u003cb\u003eFullStack Master\u003c/b\u003e da plataforma \u003ca href=\"https://devpleno.com/\"\u003eDevpleno\u003c/a\u003e.\n\n\u003cb\u003ePrincipais funcionalidades:\u003c/b\u003e\n  * Criar Usuário\n  * Autenticação por JWT\n  * Adicionar/Ler/Atualizar e Remover Séries\n  * Adicionar/Ler/Atualizar e Remover Comentários de uma Série\n\n### Recursos\n\nAlém da ideia do projeto, foi feita a implementação do padrão de projeto \u003cb\u003eLayered Architecture (N Camandas)\u003c/b\u003e, \u003cb\u003eTestes Automatizados\u003c/b\u003e, documentação da api com \u003cb\u003eSwagger\u003c/b\u003e e \u003cb\u003eDocker\u003c/b\u003e para a execução completa do projeto.\n\n* API:\n  * node:20\n  * express: ^4.18.3\n  * bcrypt: ^5.1.1\n  * cors: ^2.8.5\n  * jsonwebtoken: ^9.0.2\n  * mongoose: ^8.2.2\n  * swagger-ui-express: ^5.0.0\n  * jest: ^29.7.0\n* DB:\n  * mongodb:latest\n* Devops:\n  * Docker\n\n### Execução\n\n```sh\n\n# Clone Repository\n$ git clone https://github.com/EricNeves/mySeries.git\n\n# Install Dependencies\n$ cd mySeries \u0026\u0026 pnpm install\n\n# Execute Docker\n$ docker-compose up -d --build\n\n```\n\n### Processos\n\n```sh\n\n# Endpoint - Doc\n$ curl -I http://localhost:3333/doc/\n\nHTTP/1.1 200 OK\n\n```\n\n### Testes\n\n```sh\n\n# Execute Test\n$ pnpm test\n\n```\n\n### License \n\n\u003cimg src=\"https://img.shields.io/github/license/ericneves/mySeries?style=flat-square\u0026logo=github\u0026labelColor=%231F2937\u0026color=%23374151\"\u003e\n\n### Author 🧑‍💻\n\u003ca href=\"https://www.instagram.com/ericneves_dev/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge\u0026logo=instagram\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://linkedin.com/in/ericnevesrr\"\u003e \u003cimg src=\"https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\"\u003e\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericneves%2Fmyseries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericneves%2Fmyseries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericneves%2Fmyseries/lists"}