Run the following command to start the server:
cd server
npm install
npm install -g nodemon
nodemon index.js
Access the server at http://localhost:3000
Run the following command to start the client:
cd client
npm install
Access the client at http://localhost:5173/