Live Link: Live Link
MediSphere aims to provide a platform for consultation services by doctors, facilitating easy access to healthcare advice and services remotely. It enhances user experience by offering functionalities for searching services, booking appointments, updating service statuses, and managing service offerings.
-
Search Functionality: Users can search for services based on keywords like service title, description, price, provider email, and name, improving accessibility to relevant healthcare services.
-
Book Service Functionality: Allows users to schedule appointments by booking services directly through the platform. Booked services are stored in the database, ensuring seamless appointment management.
-
Service Status Update: Enables effective communication between service providers and users by updating the status of booked services. Users can track service progress conveniently.
-
Service Management: Providers can manage services by adding, updating, or deleting service listings as needed, maintaining an intuitive and user-friendly interface for service administration.
-
MongoDB Integration: The project integrates MongoDB for storing and managing service data, supporting CRUD operations such as adding, fetching, updating, and deleting services.
- Tailwind CSS
- JavaScript.js
- React.js
- Node.js
- MongoDB
- Clone the repository.
- Install dependencies using
npm install
. - Configure environment variables.
- Run the frontend and backend servers using
npm start
.