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.
- Navigate to the server directory:
cd server
- Install required Node.js packages:
npm install
- Install Python 3.10
- Install Python dependencies:
pip install -r requirements.txt
- Start the server:
npm start
Frontend Setup
- Navigate to the client directory:
cd cilent
- Install required Node.js packages:
npm install
- Start the frontend server:
npm start
- Run the proxy server:
node proxy.js
- Accessing the Frontend: Once the above steps are completed, the frontend will be accessible through your web browser at the specified address.