Tech Stack : React, MongoDB, Express, NodeJS, BullMQ, Redis, Node-Cron, Arcjet, Zustand, Docker
Security:
- Email Validation
- Role based access control
- Account recovery with email based OTP
- User input validation
- Rate limiting & bot protection
Features :
- Schedule appointments upto 30 days in advance
- Email reminder for appointments
- AI disease detection
- Medical report scanning
Usage :
git clone https://github.com/isudiptodas/MediLab-Healthcare_Management_Platform.git1. Clone this repo to your system
cd frontend
npm install 2.Setup frontend with dependencies
cd backend
npm install3. Setup backend with dependencies
4. Setup environment variables (see env-info.txt on each folder)
docker compose up -d5. Start development server
