Requires:
- NodeJS + NPM (LTS versions)
- Expo
- Expo CLI
- Expo Go IOS or Android
First, install dependencies and run the backend
$ cd backend
$ npm install
$ npm start
While the backend is running, install dependencies and start the Expo frontend
$ cd mobile
$ npm install
$ npm start
Expo will be live at http://localhost:19002. To run the application, scan the QR code through the Expo Go mobile app.