Take care of your alzheimer friend's!
Clone the repository
git clone https://github.com/DevCrews/alzheimerNavigate into the project's directory
cd ./alzheimer
Navigate into backend folder
cd ./backend.Start the server
node index.js- Install Ngrok
npm install ngrok -g- Forward the port 5000 to Ngrok using the below command
ngrok http 5000- Now copy the ngrok url ( We will be using later in the project while running )
Copy the ngrok url and replace the url inside the axios-config.js file with the current ngrok url
Go back to alzheimer directory
cd ..Install the required npm packages
npm installInstall Peer Dependency ( Note : Only perform this action only if the above steps throws error. )
npm install --legacy-peer-deps`Start the app
npm startNow scan the QR Code shown in the terminal using the Expo Go App. Hurray the app is now lauched!