Frontend :

cd frontend
npm install
npm run dev
PORT : 5173

Backend :

cd backend
npm install
npm start
PORT : 8008