PulseMD is a healthcare management platform designed to streamline various aspects of medical practice. It enhances the efficiency of patient management, appointment scheduling, medical records management, and communication between healthcare providers and patients. PulseMD aims to improve the quality of care, accessibility, and overall patient experience in healthcare settings.
- Frontend: ReactJS
- Backend: Node.js
- Database: MongoDB
To start the frontend, navigate to the project directory and run the following command:
npm startTo start the backend, navigate to the project directory and run the following command:
npm run devTo install and run PulseMD locally, follow these steps:
-
Clone the repository:
git clone https://github.com/avyukthinna/pulseMD.git
-
Navigate to the project directory:
cd pulsemD -
Install dependencies:
npm install
PulseMD requires a MongoDB connection to store data. You'll need to set up your own MongoDB instance. If you're using MongoDB Atlas or a local instance, make sure you have the connection URL ready.
- Create a
.envfile in therootdirectory (if it doesn’t already exist). - Add the following line to the
.envfile:ReplaceMONGO_URI=your_mongodb_connection_url
your_mongodb_connection_urlwith your actual MongoDB connection string.
For example, if you're using MongoDB Atlas, your connection string will look like:
MONGO_URI=mongodb+srv://username:password@cluster.mongodb.net/dbname?retryWrites=true&w=majority- After adding the connection string, proceed with running the backend as described above.
Team Members contributing to this project:



