A Telemedicine Consultation Platform through a user friendly and responsive website.
-
The project aims to create a telemedicine platform connecting patients with qualified healthcare professionals, ensuring accessible consultations at any time and location.
-
The platform's primary goal is to improve healthcare access in remote or underserved areas through user-friendly virtual medical consultations.
- Authentication & Authorization
- Search
- Online Booking
- Online payment
- Custom dashboard
- Messaging
- Audio Call
- Video Call
- Add & Delete Review
- Doctor
- Patient
- Coordinator
- Unauthorized
- Node.js
- Express.js
- MongoDB
- JWT
- React.js
- Next.js
- Install Node.js
- Add "config.env" file (check "config.env.example" file)
- Clone the repository:
git clone https://github.com/re00zq/We-Care
- Change into the project directory:
cd We-Care
- Install dependencies:
npm install
- Start the application:
npm start