Skip to content

avyukthinna/pulseMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PulseMD

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.

Screenshots

Homepage Login Page Patient Profile Find Doctors

Technologies Used

  • Frontend: ReactJS
  • Backend: Node.js
  • Database: MongoDB

How to Run Frontend and Backend

Frontend

To start the frontend, navigate to the project directory and run the following command:

npm start

Backend

To start the backend, navigate to the project directory and run the following command:

npm run dev

Installation

To install and run PulseMD locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/avyukthinna/pulseMD.git
  2. Navigate to the project directory:

    cd pulsemD
  3. Install dependencies:

    npm install

MongoDB Setup

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.

  1. Create a .env file in the root directory (if it doesn’t already exist).
  2. Add the following line to the .env file:
    MONGO_URI=your_mongodb_connection_url
    Replace your_mongodb_connection_url with 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
  1. After adding the connection string, proceed with running the backend as described above.

Acknowledgements

Team Members contributing to this project:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors