- While in the main
remodirectory, rundocker compose up dbto start up the database service. - Install
taskfilewith homebrew (brew install go-task) or visittaskfiledocumentation - Navigate to
remo/remo-backendand runtask runto start the backend Gin server onlocalhost:8080 - Sign up for and install
ngrokwithbrew install ngrok/ngrok/ngrokor visitngrokdocumentation - Run
ngrok http --region us --inspect=false 8080to tunnel the server to a globally accessible IP
- Visit the
expodocumentation and follow the installation instructions. - When prompted to login at the CLI, use
username: andrew10andpassword: Andrew10 - Run
npm installfrom theremo/remo-clientdirectory to install all build dependencies - Copy and paste the
ngrokcommand output url into theremo-client/services/api_links.tsxfile for theAPI_URL, along with the endpoint url in theGoogleSSO.tsxandRegister.tsxfiles - Run
npm startto start the app - Download the
expomobile app and login with the same credientials as above to start the app