A Modern, Comprehensive Medical Practice Management Solution | Una solución moderna e integral para la gestión de clínicas médicas
Welcome to Doctoria CRM & Calendar, a fully-featured, elegant web-based application built to streamline operations for medical clinics, doctors, and healthcare professionals. The system facilitates patient management, secure communication, real-time appointment scheduling, and much more, all through a responsive, state-of-the-art user interface.
- 📅 Smart Calendar Integration: Visual, drag-and-drop capabilities for effortless schedule coordination.
- 👥 Comprehensive Patient Management: Real-time patient overview, clinical histories, and status tracking.
- 📊 Executive Dashboard & Analytics: Understand your clinic's performance with deep metrics and revenue analytics.
- 🔐 Secure Access & Auth: Role-based access control protecting PII and sensitive medical data.
- 💬 Integrated Messaging: Internal messaging and patient communication modules.
We believe in empowering medical staff through beautiful, frictionless design. Here's a look at our refined interfaces:
Executive Dashboard
Calendar & Scheduling
Patient Management Center
Secure Authentication System
- PHP 8.0 or higher
- MySQL or MariaDB
- A local server environment: AMPPS or XAMPP
- Install Server: Download and install AMPPS for Mac or XAMPP for Mac.
- Clone the repository:
Open your Terminal and run:
# For AMPPS: cd /Applications/AMPPS/www/ # For XAMPP: # cd /Applications/XAMPP/xamppfiles/htdocs/ git clone https://github.com/D3C0D1/Software-CRM-Doctoria-Calendar.git
- Database Setup:
- Open phpMyAdmin (usually
http://localhost/phpmyadmin). - Create a new database named
crm_doctoria. - Import the
setup.sqlfile provided in the repository into the new database.
- Open phpMyAdmin (usually
- Run the Application: Start the Apache and MySQL services in your AMPPS/XAMPP control panel and navigate to
http://localhost/Software-CRM-Doctoria-Calendar/in your browser.
- Install Server: Download and install AMPPS for Windows or XAMPP for Windows.
- Clone the repository:
Open Command Prompt or Git Bash and run:
# For AMPPS (typically): cd C:\Program Files\Ampps\www\ # For XAMPP (typically): # cd C:\xampp\htdocs\ git clone https://github.com/D3C0D1/Software-CRM-Doctoria-Calendar.git
- Database Setup:
- Open phpMyAdmin via your browser (usually
http://localhost/phpmyadmin). - Create a new database named
crm_doctoria. - Import the
setup.sqlfile.
- Open phpMyAdmin via your browser (usually
- Run the Application: Ensure Apache and MySQL are running in the control panel. Open your browser and go to
http://localhost/Software-CRM-Doctoria-Calendar/.
Bienvenido a Doctoria CRM & Calendar, una aplicación web elegante, con todas las funciones necesarias, construida para optimizar las operaciones de clínicas médicas, doctores y profesionales de la salud. El sistema facilita la gestión de pacientes, comunicación segura, programación de citas en tiempo real y mucho más, todo a través de una interfaz de usuario moderna y responsiva.
- 📅 Integración de Calendario Inteligente: Capacidades visuales con drag-and-drop para una coordinación de horarios sin esfuerzo.
- 👥 Gestión Integral de Pacientes: Resumen de pacientes en tiempo real, historias clínicas y seguimiento de estados.
- 📊 Panel de Control (Dashboard) y Analíticas: Comprende el rendimiento de tu clínica con métricas profundas y análisis de ingresos.
- 🔐 Acceso Seguro y Autenticación: Control de acceso basado en roles que protege la información personal y datos médicos sensibles.
- 💬 Mensajería Integrada: Módulos de mensajería interna y comunicación con pacientes.
Creemos en empoderar al personal médico a través de un diseño hermoso y sin fricciones. Aquí tienes un vistazo a nuestras refinadas interfaces:
Panel de Control Ejecutivo (Las imágenes se muestran igual que en la versión en inglés)
Calendario y Programación
Centro de Gestión de Pacientes
Sistema de Autenticación Segura
- PHP 8.0 o superior
- MySQL o MariaDB
- Entorno de servidor local: AMPPS o XAMPP
- Instalar Servidor: Descarga e instala AMPPS para Mac o XAMPP para Mac.
- Clonar el repositorio:
Abre la Terminal y ejecuta:
# Para AMPPS: cd /Applications/AMPPS/www/ # Para XAMPP: # cd /Applications/XAMPP/xamppfiles/htdocs/ git clone https://github.com/D3C0D1/Software-CRM-Doctoria-Calendar.git
- Configuración de Base de Datos:
- Abre phpMyAdmin (generalmente
http://localhost/phpmyadmin). - Crea una nueva base de datos llamada
crm_doctoria. - Importa el archivo
setup.sqlproporcionado en el repositorio dentro de la nueva base de datos.
- Abre phpMyAdmin (generalmente
- Ejecutar la Aplicación: Inicia los servicios de Apache y MySQL en el panel de control (AMPPS/XAMPP) y navega a
http://localhost/Software-CRM-Doctoria-Calendar/en tu navegador.
- Instalar Servidor: Descarga e instala AMPPS para Windows o XAMPP para Windows.
- Clonar el repositorio:
Abre el Símbolo del Sistema (Command Prompt) o Git Bash y ejecuta:
# Para AMPPS (típicamente): cd C:\Program Files\Ampps\www\ # Para XAMPP (típicamente): # cd C:\xampp\htdocs\ git clone https://github.com/D3C0D1/Software-CRM-Doctoria-Calendar.git
- Configuración de Base de Datos:
- Abre phpMyAdmin desde el navegador (generalmente
http://localhost/phpmyadmin). - Crea una nueva base de datos llamada
crm_doctoria. - Importa el archivo
setup.sql.
- Abre phpMyAdmin desde el navegador (generalmente
- Ejecutar la Aplicación: Asegúrate de que Apache y MySQL estén corriendo en el panel de control. Abre tu navegador y ve a
http://localhost/Software-CRM-Doctoria-Calendar/.
Software-CRM-Doctoria-Calendar/
├── app/ # Core application logic & MVC controllers
├── config/ # Database and system configuration files
├── css/ # Styling, theme, and UI framework files
├── img/ # Assets and screenshot resources
├── js/ # Interactive scripts and DOM manipulations
├── index.php # Main entry point
├── setup.sql # Database schema & migrations
└── ...
Distributed under the MIT License. See LICENSE for more information. / Distribuido bajo la Licencia MIT. Consulta el archivo LICENSE para más detalles.
Built with ❤️ by D3C0D1 & Team.



