Skip to content

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

License

Notifications You must be signed in to change notification settings

Nactore-Org/Nacto-Care

Repository files navigation

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

  • We believe in providing better opportunities and support for Indian nurses, enabling them to thrive in their profession. By offering work opportunity, competitive benefits, training programs, and career advancement opportunities, we aim to attract and retain talented nursing professionals.
  • Nacto Care facilitates immediate access to home nursing services for individuals in need, particularly the elderly. By leveraging technology, we connect patients with qualified nurses, ensuring timely and personalized care in the comfort of their homes.
  • Similar to how platforms like Zomato and Swiggy have transformed the gig economy, Nacto Care seeks to raise awareness about nursing as a rewarding career choice. Through outreach programs and educational initiatives, we aim to inspire more individuals to pursue nursing as a profession.
  • We prioritize the well-being and satisfaction of our patients by offering additional benefits such as a life insurance scheme. This incentivizes patients to choose Nacto Care for their healthcare needs, fostering trust and loyalty in our services.

Technologies Used

  • The Tech-Stack used in the project are:

    React.js, FastAPI, PostgreSQL, Figma, JavaScript, Python.

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

  • Contributions are to be made by following the guidelines to maintain an inclusive environment and make a meaningful impact.

    Refer to Code of Conduct for Contribution Guidelines.

  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

  • Refer to Contributing.md to get a detailed understanding regarding the steps to be followed for contributing to the project.