To locally run, have three different command prompts open (Ensure Python and Node is installed):
- In the backend directory:
- "pip install -r requirements.txt"
- "python manage.py runserver 0.0.0.0:8000"
- In the customer-frontend directory:
- "npm install"
- "npx expo start"
- On your Android/iOS device, ensure that the app, "Expo Go" is installed, and sign up with an account.
- After running the npx expo start command, there will be a QR code, scan it to run it in the your Expo Go app
- In the driver-frontend directory:
- Do the same steps as customer-frontend