Project Setup Installation Server Navigate to the server directory: npm install frontend installation cd frontend npm install Running the Project To start the server and client, run: nodemon server.js cd frontend npm start