Clone the project to your Local machine
git clone https://github.com/bhola-dev58/DebugVerse.git
How to run the project
RUN Backend
cd backend
uvicorn main:app --reload
To Run frontend
cd frontend
Install depandencies
npm install
Run this command to run the project
npm start