You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Design Pattern 2 module project: A Java SE desktop application showcasing 6 design patterns (Memento, Prototype, Mediator, Chain of Responsibility, Decorator, Visitor) applied to a comprehensive Healthcare Management System. Here is the Documentation 👇
A console-based Clinic Appointment Booking System built using Java and MySQL that allows patients to book, view, and cancel appointments, while administrators manage doctors, patients, and appointment records with persistent database storage.
MediCare Manager is a JavaFX desktop application for clinic administration. It supports patient records, appointment scheduling, service management, and reporting, with a DAO-based architecture connecting directly to a MySQL database through JDBC — no PHP or REST layer involved.
A Java-based console application for clinic operations, demonstrating the practical use of custom Abstract Data Types (ADTs), queue algorithms, and file-based persistence.
REST API for a physiotherapy clinic management platform. Built with Java 21, Spring Boot 3.5 & Clean Architecture. Manages patients, clinical records, treatment sessions and file attachments with JWT auth and role-based access control.
API REST robusta para gestion de clinicas desarrollada con Spring Boot 3. Implementa arquitectura modular, patrón DTO con Records, Mappers personalizados, Soft Delete y base de datos contenerizada en Docker
Sistema de gestión de citas médicas para clínicas en Java. Permite la programación de consultas, registro de pacientes/doctores y generación de reportes en HTML.
A role-based Smart Clinic Queue Management System built using Spring Boot with emergency prioritization, doctor approval workflow, and payment validation.