{"id":21239075,"url":"https://github.com/mathvsk/crud-users","last_synced_at":"2026-05-20T03:35:21.954Z","repository":{"id":241652165,"uuid":"759571334","full_name":"mathvsk/crud-users","owner":"mathvsk","description":"CRUD de usuários","archived":false,"fork":false,"pushed_at":"2024-05-29T00:23:32.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T03:29:08.510Z","etag":null,"topics":["nodejs","trail"],"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/mathvsk.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":"2024-02-18T22:32:08.000Z","updated_at":"2024-05-29T00:37:29.000Z","dependencies_parsed_at":"2024-05-29T14:12:03.317Z","dependency_job_id":"a9bc2d97-323e-41a2-9e4f-9c4e9dad7ae6","html_url":"https://github.com/mathvsk/crud-users","commit_stats":null,"previous_names":["mathvsk/crud-users"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mathvsk/crud-users","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathvsk%2Fcrud-users","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathvsk%2Fcrud-users/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathvsk%2Fcrud-users/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathvsk%2Fcrud-users/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathvsk","download_url":"https://codeload.github.com/mathvsk/crud-users/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathvsk%2Fcrud-users/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33244759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T03:30:51.439Z","status":"ssl_error","status_checked_at":"2026-05-20T03:30:49.443Z","response_time":356,"last_error":"SSL_read: 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":["nodejs","trail"],"created_at":"2024-11-21T00:39:30.143Z","updated_at":"2026-05-20T03:35:21.940Z","avatar_url":"https://github.com/mathvsk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  CRUD Users\n\u003c/h1\u003e\n\n![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)\n![Static Badge](https://img.shields.io/badge/MIT-maker?style=for-the-badge\u0026label=License\u0026labelColor=%23303030\u0026color=%23808080)\n\nAPI para cadastro de usuários com o node na sua forma mais nativa. Utilizando um sistema bem basico de armazenamento de dados em um arquivo JSON.\n\n## Como usar\nFaça um clone do projeto e rode os comandos.\n```bash\nnpm install\nnpm run dev\n```\n\n## API Endpoints\nUrl padrão: `localhost:3333`\n\n|Rota  | Descrição |\n|--|--|\n| \u003ckbd\u003eGET /users\u003c/kbd\u003e | Recupera todos os usuários  |\n| \u003ckbd\u003eGET /user?search={name}\u003c/kbd\u003e | Recupera todos os usuário que possuam o {name} |\n| \u003ckbd\u003ePOST /users\u003c/kbd\u003e | Cadastra um usuário |\n| \u003ckbd\u003eDELETE /{id}\u003c/kbd\u003e | Deleta um usuário |\n| \u003ckbd\u003ePUT /{id}\u003c/kbd\u003e | Atualiza um usuário |\n\n### Schemas\n```json\n{\n  // POST - PUT\n  \"name\": \"string\",\n  \"email\": \"string\",\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathvsk%2Fcrud-users","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathvsk%2Fcrud-users","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathvsk%2Fcrud-users/lists"}