- While in the main
remo
directory, rundocker compose up db
to start up the database service. - Install
taskfile
with homebrew (brew install go-task
) or visittaskfile
documentation - Navigate to
remo/remo-backend
and runtask run
to start the backend Gin server onlocalhost:8080
- Sign up for and install
ngrok
withbrew install ngrok/ngrok/ngrok
or visitngrok
documentation - Run
ngrok http --region us --inspect=false 8080
to tunnel the server to a globally accessible IP
- Visit the
expo
documentation and follow the installation instructions. - When prompted to login at the CLI, use
username: andrew10
andpassword: Andrew10
- Run
npm install
from theremo/remo-client
directory to install all build dependencies - Copy and paste the
ngrok
command output url into theremo-client/services/api_links.tsx
file for theAPI_URL
, along with the endpoint url in theGoogleSSO.tsx
andRegister.tsx
files - Run
npm start
to start the app - Download the
expo
mobile app and login with the same credientials as above to start the app