Skip to content

Manish219864/HealthguardAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HealthGuard AI

Health & Cost Navigator Prototype - AI & Blockchain Powered.

Prerequisites

  • Python 3.8+
  • Node.js 16+ & npm

Getting Started

1. Backend Setup (FastAPI)

Navigate to the backend directory:

cd backend

Create a virtual environment:

# Windows
python -m venv venv

Activate the virtual environment:

# Windows
.\venv\Scripts\activate

Install dependencies:

pip install -r requirements.txt

Run the server:

uvicorn main:app --reload

The backend API will be available at http://127.0.0.1:8000. Docs are available at http://127.0.0.1:8000/docs.

2. Frontend Setup (React + Vite)

Open a new terminal and navigate to the frontend directory:

cd frontend

Install dependencies:

npm install

Run the development server:

npm run dev

The frontend will be available at http://localhost:5173.

Project Structure

  • backend/: FastAPI application
  • frontend/: React + TypeScript application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors