This project is a full-stack healthcare booking platform designed to streamline the process of searching for doctors and scheduling appointments. It provides a secure, role-based system for both patients and doctors, offering tailored dashboards and user-friendly functionality.
- Secure user registration and login with token-based authentication
- Role-based access control for patients and doctors
- Doctor search functionality with filters
- Appointment scheduling and management
- Profile management for users and doctors
- Responsive and accessible user interface with real-time form validation
- Frontend: React.js
- Backend: Node.js, Express.js
- Database: MongoDB
- Authentication: JSON Web Tokens (JWT), bcrypt, cookies
- frontend- cd frontend && npm run dev
- backend- cd backend && node server.js




