Skip to content

A web and mobile app that allows doctors and first-responders to access medical records and contact information in a matter of seconds via QR codes.

Notifications You must be signed in to change notification settings

vedantyadu/emergency-contact-frontend

Repository files navigation

Emergency Contact

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.

Screenshots

Getting started

Installing dependencies

npm install

Changing backend origin

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
}

Starting development server

npx expo start

Building the app

Web

npx expo export --platform web

Mobile

eas build --platform all

About

A web and mobile app that allows doctors and first-responders to access medical records and contact information in a matter of seconds via QR codes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published