# Terminal 1: Start backend
cd server
npm install
node index.js
# Terminal 2: Start frontend
cd client
npm install
npm run dev- Make
npm run testpass (there is a test that you need to complete based on it's title). - Write a short 'summary.txt' explaining what you did.