{"id":23485194,"url":"https://github.com/gabriel4420/rest-simple-api-crud","last_synced_at":"2026-04-11T09:32:03.170Z","repository":{"id":42499291,"uuid":"448364664","full_name":"Gabriel4420/rest-simple-api-crud","owner":"Gabriel4420","description":"API de estudos sobre nodeJS do curso ministrado pelo Matheus Battisti sobre API Rest com NodeJS e MongoDB.","archived":false,"fork":false,"pushed_at":"2023-02-04T05:11:18.000Z","size":192,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T07:13:47.949Z","etag":null,"topics":["api","express","mongodb","nodejs","rest-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Gabriel4420.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":"2022-01-15T18:54:28.000Z","updated_at":"2023-08-23T23:49:34.000Z","dependencies_parsed_at":"2024-12-24T22:12:34.611Z","dependency_job_id":"685c88fa-4a5f-4c91-9104-4184d1c6c0da","html_url":"https://github.com/Gabriel4420/rest-simple-api-crud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gabriel4420/rest-simple-api-crud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabriel4420%2Frest-simple-api-crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabriel4420%2Frest-simple-api-crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabriel4420%2Frest-simple-api-crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabriel4420%2Frest-simple-api-crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gabriel4420","download_url":"https://codeload.github.com/Gabriel4420/rest-simple-api-crud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabriel4420%2Frest-simple-api-crud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271570460,"owners_count":24782643,"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-08-21T02:00:08.990Z","response_time":74,"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":["api","express","mongodb","nodejs","rest-api"],"created_at":"2024-12-24T22:12:24.293Z","updated_at":"2026-04-11T09:31:58.137Z","avatar_url":"https://github.com/Gabriel4420.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n   \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/Gabriel4420/rest-simple-api-crud\"\u003e\n\n  \u003cimg alt=\"GitHub top language\" src=\"https://img.shields.io/github/languages/top/Gabriel4420/rest-simple-api-crud?logo=html\"\u003e\n\n  \u003cimg alt=\"GitHub repo size in bytes\" src=\"https://img.shields.io/github/repo-size/Gabriel4420/rest-simple-api-crud?color=green\"\u003e\n\n  \u003cbr\u003e\n  \n  \u003ca href=\"https://www.codacy.com/manual/Gabriel4420/rest-simple-api-crud?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=Gabriel4420/rest-simple-api-crud\u0026amp;utm_campaign=Badge_Grade\"\u003e\n    \u003cimg src=\"https://app.codacy.com/project/badge/Grade/6dd6b46abeb14e99935a2b9ac5c6ede2\"/\u003e\n  \u003c/a\u003e\n  \n  \u003cimg alt=\"GitHub code size in bytes\" src=\"https://img.shields.io/github/last-commit/Gabriel4420/rest-simple-api-crud\"\u003e\n\n  \u003ca href=\"https://www.linkedin.com/in/gabriel-rodrigues-perez-2069b072/\"\u003e\n    \u003cimg alt=\"Made by Gabriel\" src=\"https://img.shields.io/badge/made%20by-Gabriel-%2304D361\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch2 align=\"center\"\u003e 📖 DOCUMENTAÇÃO 📖\u003c/h2\u003e\n\nAPI de estudos sobre nodeJS do curso ministrado pelo Matheus Battisti sobre API Rest com NodeJS e MongoDB.\n\nLogo abaixo, segue as rotas da api que funcionam\n\n| Verb   | Action        | url           |\n| ------ | ------------- | ------------- |\n| GET    | Get Person    | '/person'     |\n| GET    | Get People    | '/person/:id' |\n| POST   | Add People    | '/person'     |\n| PATCH  | Update People | '/person/:id' |\n| DELETE | Delete People | '/person/:id' |\n\n## 👨‍💻️ Tecnogias utilizadas\n\nO projeto foi desenvolvido utilizando a seguinte tecnologia:\n\n- [NodeJS](https://node.com.br)\n- [express](https://node.com.br)\n- [dotenv](https://node.com.br)\n\n### Padronização de código\n\n- [Prettier](https://prettier.io/)\n\n### IDE\n\n- [Visual Studio Code](https://code.visualstudio.com/)\n\n## 📦️ Como utilizar o projeto\n\nPara copiar o projeto, utilize os comandos:\n\n```bash\n  # Clonar o repositório\n  ❯ git clone https://github.com/Gabriel4420/rest-simple-api-crud.git\n\n```\n\nPara instalar as dependências e iniciar o projeto, você pode utilizar o yarn ou npm:\n\n**Utilizando yarn**\n\n```bash\n  # verificar as dependências\n  ❯ yarn\n  # rodar projeto\n  ❯ yarn dev\n```\n\n**Utilizando npm**\n\n```bash\n  # Atualizar as dependências\n  ❯ npm install\n\n  # Iniciar o projeto\n  ❯ npm dev\n```\n\n\u003ch4 align=\"center\"\u003e\n  Feito com ❤️ por Gabriel Rodrigues 👋️ \u003ca href=\"mailto:gabriel_rodrigues_perez@hotmail.com\"\u003eEntre em contato!\u003c/a\u003e\n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n\n  \u003ca href=\"https://www.linkedin.com/in/gabriel-rodrigues-perez-2069b072/\"\u003e\n    \u003cimg alt=\"Gabriel Rodrigues Perez\" src=\"https://img.shields.io/badge/LinkedIn-Gabriel_Rodrigues-0e76a8?style=flat\u0026logoColor=white\u0026logo=linkedin\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.facebook.com/gabriel.rodrigues.perez\"\u003e\n    \u003cimg alt=\"Gabriel Rodrigues Perez\" src=\"https://img.shields.io/badge/Facebook-Gabriel_Rodrigues-1778F2?style=flat\u0026logoColor=white\u0026logo=facebook\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.instagram.com/gabriel_rodrigues_perez/\"\u003e\n    \u003cimg alt=\"Gabriel Rodrigues Perez\" src=\"https://img.shields.io/badge/Instagram-@gabriel4420-833AB4?style=flat\u0026logoColor=white\u0026logo=instagram\"\u003e\n  \u003c/a\u003e\n  \n  \n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabriel4420%2Frest-simple-api-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabriel4420%2Frest-simple-api-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabriel4420%2Frest-simple-api-crud/lists"}