Skip to content

Tech-Fear/HealthVibe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HealthVibe Project

Overview

HealthVibe is a project aimed at providing health-related services through an integrated platform. This document provides instructions on how to set up and run the project locally for development purposes.

Server Setup

  1. Navigate to the server directory:
    cd server
  2. Install required Node.js packages:
    npm install
    
  3. Install Python 3.10
  4. Install Python dependencies:
    pip install -r requirements.txt
    
  5. Start the server:
    npm start
    

Frontend Setup

  1. Navigate to the client directory:
    cd cilent
    
  2. Install required Node.js packages:
    npm install
    
  3. Start the frontend server:
    npm start
    
  4. Run the proxy server:
    node proxy.js
    
  5. Accessing the Frontend: Once the above steps are completed, the frontend will be accessible through your web browser at the specified address.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published