cd client
npm i
npm run devBefore you run the following commands, make sure you have the env file in the server folder:
cd server
code .env
Then copy the below into your new .env file
MONGODB_URI=
PORT=5000
NODE_ENV=development
JWT_ACCESS_SECRET=Then run the backend
cd server
npm i
npm start