Nactore-Org / Nacto-Care

Empowering Indian nurses to bridge the gap from 2.06 to 3 nurses per 1000 people as per WHO's convention, transforming healthcare employment in India
https://nacto-care.vercel.app
GNU General Public License v3.0
26 stars 56 forks source link
backend contribute design fastapi frontend healthcare javascript nurses python react website

Nacto Care

Welcome to Nacto Care! We are on a mission to address the critical shortage of nurses in India while simultaneously revolutionizing the way healthcare services are delivered. With a focus on empowering nurses and enhancing healthcare accessibility, Nacto Care strives to make a meaningful impact in the world's largest democracy.

Problem Statement

India currently faces a significant shortage of nurses, with only 2.06 nurses per 1000 people, as reported by the World Health Organization (WHO) in 2023 due to migration because of lack of opportunities. This shortage not only puts strain on the healthcare system but also limits access to essential medical services, especially for vulnerable populations such as the elderly.

Solution

Technologies Used

Installation Steps

  1. Clone the repository.

    git clone https://github.com/Nactore-Org/Nacto-Care

    You can also fork the repository.

  2. From the root directory of the project, install dependencies

    npm install
  3. Start the development server

    npm run dev
  4. Go to the backend server

    cd backend
  5. Create a virtual environment env within the backend folder

    python -m venv env
  6. Activate the environment

    source env/bin/activate
  7. Install the dependencies

    pip install -r requirements.txt
  8. Start the server

    python -m uvicorn main:app

Contributions

  1. Understand the project requirements.

  2. Create an issue to report a bug, add features or describe enhancements to the project. You can also work on existing issues.

  3. Make the necessary developments and raise a pull request