{"id":23485307,"url":"https://github.com/gabriel4420/backend_winmed_challenge","last_synced_at":"2026-05-02T06:34:01.508Z","repository":{"id":42470381,"uuid":"446214190","full_name":"Gabriel4420/backend_winmed_challenge","owner":"Gabriel4420","description":"API para o sistema medico de cadastro de medicos e clinicas, relacionada ao desafio da empresa winmed.","archived":false,"fork":false,"pushed_at":"2023-02-04T04:57:08.000Z","size":5931,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T09:42:58.211Z","etag":null,"topics":["abstraction","api-rest","backend","deployment","heroku","nodejs"],"latest_commit_sha":null,"homepage":"https://winmed-challenge.herokuapp.com/hello","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-09T22:08:18.000Z","updated_at":"2022-01-11T02:15:51.000Z","dependencies_parsed_at":"2024-12-24T22:12:45.224Z","dependency_job_id":"afd6eda0-00d5-471d-b804-9da0c5f08ba4","html_url":"https://github.com/Gabriel4420/backend_winmed_challenge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabriel4420%2Fbackend_winmed_challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabriel4420%2Fbackend_winmed_challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabriel4420%2Fbackend_winmed_challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabriel4420%2Fbackend_winmed_challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gabriel4420","download_url":"https://codeload.github.com/Gabriel4420/backend_winmed_challenge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830423,"owners_count":21168272,"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","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":["abstraction","api-rest","backend","deployment","heroku","nodejs"],"created_at":"2024-12-24T22:12:38.854Z","updated_at":"2026-05-02T06:34:01.472Z","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/backend_winmed_challenge\"\u003e\n\n  \u003cimg alt=\"GitHub top language\" src=\"https://img.shields.io/github/languages/top/Gabriel4420/backend_winmed_challenge?logo=html\"\u003e\n\n  \u003cimg alt=\"GitHub repo size in bytes\" src=\"https://img.shields.io/github/repo-size/Gabriel4420/backend_winmed_challenge?color=green\"\u003e\n\n  \u003cbr\u003e\n  \n  \u003ca href=\"https://www.codacy.com/manual/Gabriel4420/backend_winmed_challenge?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=Gabriel4420/backend_winmed_challenge\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/backend_winmed_challenge\"\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\n\u003ch2 align=\"center\"\u003e 📖 DOCUMENTAÇÃO 📖\u003c/h2\u003e\n\nAPI para o sistema medico de cadastro de medicos e clinicas, relacionada ao desafio da empresa winmed.\n\nLogo abaixo, segue as rotas da api que funcionam\n\n\u003ch1 align=\"center\"\u003e ⚠️ IMPORTANTE ⚠️ \u003c/h1\u003e\n\nÉ importante gerar um token e se autenticar para poder usar as rotas abaixo:\n\nPOST \u003e\u003e /login \u003e\u003e JSON-BODY\n\n| Verb   | Action        | url                  |\n| ------ | ------------- | -------------------- |\n| GET    | Get Users     | '/users'             |\n| GET    | Get User      | '/user/:id'          |\n| GET    | Get Doctors   | '/doctors'           |\n| GET    | Get Doctor    | '/doctor/:id'        |\n| GET    | Get Clinics   | '/clinics'           |\n| GET    | Get Clinic    | '/clinic/:id'        |\n| POST   | Add User      | '/users'             |\n| POST   | Add Clinic    | '/register/clinic'   |\n| POST   | Add Doctor    | '/register/doctor'   |\n| PATCH  | Update Clinic | '/update_clinic/:id' |\n| PATCH  | Update Doctor | '/update_doctor/:id' |\n| DELETE | Delete Clinic | '/delete_clinic/:id' |\n| DELETE | Delete Doctor | '/delete_doctor/:id' |\n\n## 👨‍💻️ Tecnogias utilizadas\n\nO projeto foi desenvolvido utilizando a seguinte tecnologia:\n\n- [NodeJS](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/backend_winmed_challenge.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%2Fbackend_winmed_challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabriel4420%2Fbackend_winmed_challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabriel4420%2Fbackend_winmed_challenge/lists"}