MediTrack is a MERN-based healthcare management system for handling authentication, patients, staff, and appointments with role-based access control.
- 🔐 User Registration & Login
- 👥 Role-Based Access Control
- 📅 Appointment Booking & Tracking
- 🏥 Patient & Staff Management
- 🍪 Cookie/Session Authentication
- 🔒 Protected API Routes
- 📊 User Data Isolation
Frontend: React, Axios Backend: Node.js, Express.js Database: MongoDB, Mongoose Authentication: Express Session, Cookies
git clone https://github.com/Atibayounus/MediTrack.git
cd MediTrack
# Backend
cd server
npm install
npm start
# Frontend
cd ../client
npm install
npm run devCreate a .env file in server with your MongoDB URI and session secret.
Atiba Younus — Computer Science Student & Full-Stack Developer
⭐ Star the repository if you like it!







