- Due to the AWS server being shut down, access to events will not be functional
- Link to Code Explanation and Visual Showcase
- Admin functionality not shown in presentation
- Clone the repository
- Ensure you have
NPMinstalled on your machine. - Download the
Expo Goapplication on your mobile device. - Make sure to install dependencies by going into the
clientfolder and usingnpm install.
cd client
npm install- Once you have installed the prequisites, you can create an account on the Expo Go mobile application, making sure to remember your login credentials to login on your desktop, using the following line and then entering your credentials:
npx expo login- After logging in on both devices, ensure that they are both on the same Wi-Fi network. Then, you can start the Expo Go server locally and be able to see it on your Expo Go application.
npx expo start
### If that doesn't work use
npx expo start --tunnelFollow these steps to run the client code on your machine:
Before starting server you must have access to the .env file and place it in the server folder
cd server
npm install
npm start