Follow the instruction to get started
git clone https://github.com/Abhimanyu-dev/SPO_Task3.git
cd SPO_Task3
cd backend
npm i
npm run devThis code will first clone the repository into your local machine and then start the backend server. To start the frontend go back to the SPO_Task3 directory in a new terminal window and paste the following commands:
cd frontend
npm i
npm run devBackend server will listen on port 8080 and the frontend server will most likely listen on port 3000 if it is available.