Medical Operation Room Management System – A role-based surgical scheduling and analytics dashboard built using Next.js, Tailwind CSS, ShadCN UI, Aceternity UI, and MongoDB.
- 🩺 Operation Theater Scheduling
- 👨⚕️ Doctor & Patient Management
- 🗓️ OT Calendar Views (Past & Upcoming)
- 📈 Analytics with
react-chartjs-2
- 👥 Admin/User role-based access
- 🔒 Secure Auth (email/password)
- ⚙️ Logging via Winston
- 🌐 Deployed via Vercel (Frontend) and Render/Railway (Backend)
- Next.js (App Router) + TypeScript
- Tailwind CSS + ShadCN + Aceternity UI
- MongoDB + Prisma
- Redux Toolkit
- Winston Logger
git clone https://github.com/your-username/medorms.git
cd medorms
npm install
npm run dev