EduHealth is a web-based platform that provides users with educational and healthcare services, helping them book tutors and doctors easily.
eduhealth/
βββ doctor/ # Doctor service module
βββ tutor/ # Tutor service module
βββ eduhealth-main/ # Main interface (React)
βββ my-admin-interface/ # Admin interface
βββ node_modules/
βββ README.md
βββ package.json
- Book appointments with Doctors π₯
- Schedule sessions with Tutors π
- Online payments (Razorpay & Stripe)
- Media uploads (Cloudinary)
- Secure login/signup π
- React.js, Tailwind CSS
- Node.js, Express.js
- MongoDB Atlas
- Razorpay, Stripe
- Cloudinary, Hygraph (GraphQL)
# Install dependencies for all projects
npm install
# Start all services together (Main Interface + Backend)
npm run start:all
# To run Admin interface separately
cd my-admin-interface
npm install
npm run start-all