/doctors-assistant-app

Doctor's assistant is a mobile application which supports psychiatrs in their work with patients. The project MVP is being developed as a part of Project Summer AILab&Glider event. The application is being implemented with Expo platform in a managed workflow

Primary LanguageJavaScript

❓What it is about?

Doctor's assistant is a mobile application which supports psychiatrs in their work with patients. The project MVP is being developed as a part of Project Summer AILab&Glider event. The application is being implemented with Expo platform in a managed workflow.

The main app feature includes:

  • 📒 Conducting a medical interview
  • 💊 Making a diagnose
  • 👨‍⚕️👩‍⚕️ Patients management

📱 How to run it?

  1. Clone the repository e.g.:
    git clone https://github.com/Project-Summer-AI-Lab-Glider/doctors-assistant-app.git
    
  2. Install required dependencies. In the main project directory run:
    yarn install
    
  3. Build the project
    expo start
    
  4. Run the application on:
  • Android device:

    1. Download Expo app - Google Play
    2. Scan the QR code - if your computer is connected to different network than your smartphone use Tunnel connection.
    3. Or Connect device via USB cable (enable USB debbuging before it)
  • iOS device:

    1. Download Expo app - App Store
    2. Login to app and send a link to your email address from expo page
  • Android emulator: Expo docs

  • iOS simulator: Expo docs