A brief description of what this project does and who it's for
Go to the server-side directory
cd server-side/Install dependencies
npm installStart the server
npm startGo to the client-side directory
cd client-side/Install dependencies
npm installStart the server
npm run dev