Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 340 Bytes

File metadata and controls

24 lines (22 loc) · 340 Bytes

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