Emergency Contact is a web and mobile app that allows doctors, nurses, and first-responders to access medical records and contact information in a matter of seconds via QR codes.
This repository contains the backend for Emergency Contact.
npm install
In /utils/utils.ts
, change the configureAxios
function in the following format :
export const configureAxios = () => {
axios.defaults.baseURL = '<YOUR_BACKEND_SERVER_URL>'
axios.defaults.withCredentials = true
}
npx expo start
npx expo export --platform web
eas build --platform all