{"id":30590750,"url":"https://github.com/chrisubs/dentixpro","last_synced_at":"2026-04-10T11:32:28.103Z","repository":{"id":294103625,"uuid":"981875651","full_name":"ChrisUBS/DentixPro","owner":"ChrisUBS","description":"DentixPro es un sistema de gestión de citas para consultorio dental. Permite a los usuarios agendar y visualizar sus citas, mientras que los administradores pueden gestionarlas con privilegios de edición, cancelación y supervisión.","archived":false,"fork":false,"pushed_at":"2025-05-26T02:40:43.000Z","size":159,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-29T18:10:32.047Z","etag":null,"topics":["flask","javascript","mongodb","python","react","tailwindcss"],"latest_commit_sha":null,"homepage":"https://dentixpro.onrender.com/","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/ChrisUBS.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,"zenodo":null}},"created_at":"2025-05-12T03:19:18.000Z","updated_at":"2025-07-02T03:33:29.000Z","dependencies_parsed_at":"2025-05-19T04:15:35.855Z","dependency_job_id":null,"html_url":"https://github.com/ChrisUBS/DentixPro","commit_stats":null,"previous_names":["chrisubs/dentixpro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChrisUBS/DentixPro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisUBS%2FDentixPro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisUBS%2FDentixPro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisUBS%2FDentixPro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisUBS%2FDentixPro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChrisUBS","download_url":"https://codeload.github.com/ChrisUBS/DentixPro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisUBS%2FDentixPro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["flask","javascript","mongodb","python","react","tailwindcss"],"created_at":"2025-08-29T16:58:49.729Z","updated_at":"2026-04-10T11:32:28.097Z","avatar_url":"https://github.com/ChrisUBS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DentixPro 🦷\r\n\r\nDentixPro es un sistema de gestión de citas para consultorios dentales. Permite a los usuarios agendar y visualizar sus citas, mientras que los administradores pueden gestionarlas con privilegios de edición, cancelación y supervisión.\r\n\r\n## 🚀 Tecnologías utilizadas\r\n\r\n### Frontend\r\n- React\r\n- JavaScript\r\n- Tailwind CSS\r\n\r\n### Backend\r\n- Flask (Python)\r\n- MongoDB\r\n\r\n## 👥 Roles del sistema\r\n\r\n- **Usuario**:\r\n  - Registro e inicio de sesión\r\n  - Agendar citas\r\n  - Consultar historial de citas\r\n\r\n- **Administrador**:\r\n  - Ver todas las citas\r\n  - Cancelar o actualizar citas existentes\r\n\r\n## 🛠️ Instalación y ejecución local\r\n\r\n### Requisitos previos\r\n- Node.js y npm\r\n- Python 3.10+\r\n- Entorno virtual de Python (`venv`)\r\n- MongoDB local o remoto\r\n\r\n### Clonar el repositorio\r\n\r\n```bash\r\ngit clone https://github.com/ChrisUBS/DentixPro\r\ncd DentixPro\r\n```\r\n\r\n### Frontend\r\n\r\n```bash\r\ncd frontend\r\nnpm install\r\nnpm run dev\r\n```\r\n\r\n### Backend\r\n\r\n```bash\r\ncd backend\r\n# Activar entorno virtual\r\n# En Windows\r\nvenv\\Scripts\\activate\r\n# En Unix/Mac\r\nsource venv/bin/activate\r\n\r\npip install -r requirements.txt\r\npython server.py\r\n```\r\n\r\n## 📂 Estructura del proyecto\r\n\r\n```bash\r\nDentixPro/\r\n├── backend/\r\n│   ├── server.py\r\n│   ├── requirements.txt\r\n│   └── ...\r\n├── frontend/\r\n│   ├── package.json\r\n│   ├── src/\r\n│   └── ...\r\n└── README.md\r\n```\r\n\r\n## ✅ Funcionalidades principales\r\n\r\n- Registro e inicio de sesión\r\n- Gestión de citas (crear, ver, actualizar, cancelar)\r\n- Interfaz diferenciada por rol (usuario / administrador)\r\n\r\n## 📬 Contacto\r\n- Christian Uriel Bonilla Suárez: [christian.bonilla@uabc.edu.mx](mailto:christian.bonilla@uabc.edu.mx)\r\n- Erick Manuel Rodríguez López: [e1291222@uabc.edu.mx](mailto:e1291222@uabc.edu.mx)\r\n\r\n## 🪪 Licencia\r\n\r\nEste proyecto está bajo la licencia GNU GPL (General Public License).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisubs%2Fdentixpro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisubs%2Fdentixpro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisubs%2Fdentixpro/lists"}