A map application to help users find the nearest overdose prevention centre.
- NPM & NodeJs @ latest version (https://nodejs.org/en/)
- Run
npm install -g expo-cli - Install the Expo mobile app on your device
- React-Native
- MySQL (AWS RDS)
- API (AWS ApiGateway & Lambda Functions)
- Clone repo
- Run
yarn install - Login to Expo by running
expo loginand follow the instructions to enter username and password - Run
yarn start - Assuming you have logged in to Expo on your Expo mobile app, go to the "projects" tab. You should see your app serving from your computer
- Test using
yarn test
- Expo app says the app is taking longer than expected to load
- Open up computer terminal and run:
ipconfigfor Windows.ifconfigfor Mac - Check to see if your IP is the same as the one Expo used (Expo shows the IP after you ran
yarn start) - If not, try to follow this link for Windows
- Open up computer terminal and run:
This project is licensed under the MIT License.