ParthJain18 / EldCare

EldCare is a revolutionary application designed to empower elderly individuals by providing them with a seamless platform to connect with healthcare professionals and book appointments effortlessly. The application utilizes a user-friendly chatbot interface for a smooth user experience and offers both web and mobile app versions for accessibility.
5 stars 2 forks source link
flask javascript jetpack-compose reactjs

EldCare: Connecting Elders with Care

Introduction

EldCare is a revolutionary application designed to empower elderly individuals by providing them with a seamless platform to connect with healthcare professionals and book appointments effortlessly. The application utilizes a user-friendly chatbot interface for a smooth user experience and offers both web and mobile app versions for accessibility.

Features

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    
    git clone https://github.com/ParthJain18/KnowCode-O-Tetra-.git
  2. Navigate to the project directory:

    
    cd KnowCode-0-Tetra
  3. Install dependencies:

    1. Frontend:
      
      cd frontend/
      npm install
    2. Backend
      
      cd backend/
      pip install -r requirements.txt
  4. Running the server:

    1. For Frontend:
      
      cd frontend/
      npm run dev
    2. For Backend:
      
      cd backend/
      python app.py

    image image image image image image image