{"id":20796078,"url":"https://github.com/matheusmendescosta/consultamed-api","last_synced_at":"2026-04-29T20:35:36.766Z","repository":{"id":117475122,"uuid":"609590954","full_name":"matheusmendescosta/consultamed-api","owner":"matheusmendescosta","description":"Api consultamed, agendamento simples e fácil","archived":false,"fork":false,"pushed_at":"2024-01-29T02:19:43.000Z","size":74,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T01:42:14.653Z","etag":null,"topics":["express","mysql","node","sequelize-orm","swagger-ui","winston-logger"],"latest_commit_sha":null,"homepage":"https://matheusmendescosta.github.io/matheus-dev/","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/matheusmendescosta.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":"2023-03-04T16:34:40.000Z","updated_at":"2023-05-01T17:22:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a6d835e-641b-4423-949c-a51c5642cb83","html_url":"https://github.com/matheusmendescosta/consultamed-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matheusmendescosta/consultamed-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusmendescosta%2Fconsultamed-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusmendescosta%2Fconsultamed-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusmendescosta%2Fconsultamed-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusmendescosta%2Fconsultamed-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matheusmendescosta","download_url":"https://codeload.github.com/matheusmendescosta/consultamed-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusmendescosta%2Fconsultamed-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"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":["express","mysql","node","sequelize-orm","swagger-ui","winston-logger"],"created_at":"2024-11-17T16:25:39.761Z","updated_at":"2026-04-29T20:35:36.751Z","avatar_url":"https://github.com/matheusmendescosta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Consultamed 📅\n\n#### Api consultamed, agendamento simples e fácil\n\n![](https://img.shields.io/static/v1?label=license\u0026message=mit\u0026color=df0460) ![](https://img.shields.io/static/v1?label=versão\u0026message=1.0.0\u0026color=df0460) ![](https://img.shields.io/static/v1?label=npm\u0026message=9.5.0\u0026color=199bba) ![](https://img.shields.io/static/v1?label=node\u0026message=19.7.0\u0026color=199bba) ![](https://img.shields.io/static/v1?label=Framework\u0026message=Express.js\u0026color=199bba) ![](https://img.shields.io/static/v1?label=ORM\u0026message=Sequelize\u0026color=199bba)\n\n\u003ch4 align=\"center\"\u003e \n\t🚧  Consultamed 🚀 Em construção...  🚧\n\u003c/h4\u003e\n\n\n### Preparação do ambiente de desenvolvimento\n\nAntes de começar, você vai precisar ter instalado em sua máquina as seguintes ferramentas:\n[Git](https://git-scm.com), [Node.js](https://nodejs.org/en/), [MySQL](https://dev.mysql.com/downloads/installer/), Você tamém pode utilizar uma ferramenta visual para banco de dados, particulamente gosto do [BeekeeperStudio](https://www.beekeeperstudio.io/get)\nAlém disto é bom ter um editor para trabalhar com o código como [VSCode](https://code.visualstudio.com/)\n\n### 🎲 Rodando o Back End (servidor)\n\n\n- Primeiro passo execute o script *agendamento_development.sql* para criar o banco de dados e as tabelas\n\n- Agora faça o clone do projeto\n`git clone \u003chttps://github.com/matheusmendescosta/consultamed-api\u003e`\n\n- Na raiz do projeto crie um arquivo chamado** .env **e informe as credenciais do seu banco de dados\n```\nhost= 'localhost'\nusername= 'seu_usuario'\npassword= 'sua_senha'\ndatabase='agendamento_development'\n```\n- crie também um arquivo chamado **consultamed.log** esse arquivo manterá todos os logs da api registrados\n\n- Instale as dependências \n`npm install`\n- Inicie o servidor com o comando\n`npm run dev`\n\n- Para ter acesso a documentação acesse a rota\n`http://localhost:3000/documentacao/`\n\n- Acesses as rotas via Insomnia \n\n[![Run in Insomnia}](https://insomnia.rest/images/run.svg)](https://insomnia.rest/run/?label=consultamed\u0026uri=https%3A%2F%2Fraw.githubusercontent.com%2Fmatheusmendescosta%2Fconsultamed-api%2Fmain%2FInsomniaExportData)\n\n### Features implementadas\n- [x] Logs\n- [x] Documentação\n- [x] Rota paciente\n- [x] Rota Medico\n- [x] Rota Consulta\n- [x] Rota Historico de Consulta","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusmendescosta%2Fconsultamed-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatheusmendescosta%2Fconsultamed-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusmendescosta%2Fconsultamed-api/lists"}