Steps to run the project
run this command in the terminal to start the project
npx expo start -c
press A to open the project in android emulator, alternatively you can use expo go application
Steps to run the backend
cd into the server dierctory with
cd server
run this command
npm start