Skip to content

onkar0127/PhysioBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

159 Commits
 
 
 
 
 
 

Repository files navigation

PhysioBuddy

🛠️ Project Setup Guide

🔗 Prerequisites

  • Python 3.10.11
  • Node.js + npm installed
  • Git installed

⚙️ Backend Setup (Django)

Navigate to the "backend" folder and create a virtual environment:

cd backend
py -3.10 -m venv .venv
.\.venv\Scripts\activate

To check python version:

py --version

The version shouuld be 3.10.(something) after activating env

Install backend dependencies (only after activating the virtual environment):

pip install -r requirements.txt

Frontend Setup (React)

Navigate to the "frontend" folder:

cd ../frontend

Install frontend packages:

npm install

To run the React server:

npm run dev

To run the Django server, go to "backend" folder

py manage.py runserver

About

this my first git hub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors