Step2

Step 2: Install Dependencies

Navigate to the backend and frontend directories to install the required packages.

Backend

cd backend
npm install

Frontend

cd frontend
npm install

Last updated