Backend RESTful pour un système de gestion de dossiers médicaux électroniques (EHR) destiné aux cliniques et cabinets. Gestion des utilisateurs, patients, rendez-vous, consultations, prescriptions, laboratoires, pharmacies et documents médicaux. Architecture modulaire, sécurisée et extensible, prête pour le cloud.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
^3.0.2^4.16.5^1.4.7^2.8.5^17.2.3^4.21.2^3.1.1^8.1.0^18.0.1^9.0.2^8.0.6^8.19.1^1.10.1^2.0.2^7.0.9^2.1.4^5.8.3^13.0.0^3.18.3^6.2.0^10.1.0^8.57.1^15.0.0^2.32.0^11.7.4^10.2.3^3.1.10^7.1.417
commits
feat: implement user and role management; add services, validation, and controllers for doctors, nurses, patients, and secretaries
b6034e5View on GitHubfeat: refine clinic creation process; remove console logs and enhance logging for clinic creation
40d42c0View on GitHubfeat: implement clinic management functionality; add controllers, services, routes, and validation for clinic creation and file uploads
56dc16fView on GitHubfeat: enhance authentication flow with refresh token and logout functionality; add profile retrieval and middleware for token verification
77137baView on GitHubfeat: implement JWT authentication with access and refresh tokens; add login functionality and user session management
b1076eaView on GitHubfeat: implement user registration and login functionality with error handling; add user service methods for user creation and authentication
8e62499View on GitHubfeat: implement user management functionality with controllers, services, and validation; enhance logging and error handling
44450eaView on GitHubfeat: add seed script for roles and permissions management in MongoDB
f19c90fView on GitHubrefactor: update Permission and Role schemas for consistency and remove unnecessary fields
ccfb1bdView on GitHubfeat: add Mongoose models for Appointment, Clinic, Consultation, Doctor, FileStorage, Lab, LabOrder, Patient, Permission, Pharmacy, Prescription, Role, and User; update package.json for module type
e7e07a0View on GitHubfeat: update logging and error handling, clean up docker-compose, and fix import paths
d87f38dView on GitHubfeat: enhance error handling and logging, add health check route, and configure CORS
4ca9d28View on GitHubfeat: implement server setup with Express, middleware, and database connections
3b91839View on GitHubfeat: add database connection configurations for MongoDB, MinIO, and Redis
18512c8View on GitHubfeat: initialize project with package.json and essential dependencies
b630654View on GitHub