To run the client, cd into snap_stays
cd snap_stays
then download the react dependencies by running
npm install
npm install @mui/material @emotion/react @emotion/styled @mui/icons-material
npm install @apollo/react-hooks apollo-cache-inmemory apollo-link-http apollo-client
npm install jwt-decode
npm install @mui/system
finally to get it running on your local host
npm start
To run the server
cd backend
then download the react dependencies by running
npm install
finally to get it running on your local host
npm run dev