/HealthClientApp

🏥 Health Client App - Software Engineering Studio 1B Group 5

Primary LanguageJava

HealthClientApp

Software Engineering Studio 1B - 2018

Wrk1 01 5

Demonstration Video

This is the repository for SES1B's Patient-Doctor application assignment. This project allows Doctors and Patients to communicate and collaborate through the comfort of a Android phone.

Table of Contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Android Studio is required to be able to build, run, and deploy this project. A download link can for Android Studio can be found here (All operating systems are able to run this).

Additionally, you will also be prompted to download and install JDK8, which can be downloaded here.

Minimum System Requirements

  • 2GB RAM minimum, 8GB Recommended
  • 2GB of available disk space minimum, 4GB recommended

Installing

A step by step series of examples that tell you how to get a development env running:

  • Clone the repository

    git clone https://github.com/haydencrain/HealthClientApp.git
    
  • Open Android Studio

  • Open the HealthClientApp project through Android Studio

  • Ensure you have a valid Google API key. Steps in order to create and add the key to your project can be found here

  • To run the project, simply press the 'Play' button icon at the top right of the IDE.

Deployment

Navigate to Build > Generate unsigned APK's

The APK that is created can be then downloaded and installed on Android devices.

Built With

  • Android Studio
  • JDK 8
  • Firebase

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Hayden Crain 98105873
  • Hubert Chau 12568681
  • Chenqu Zhao 12989986
  • Hashem Elhossaini 12923619
  • Hristo Rizov 12962458

See also the list of contributors who participated in this project.

Acknowledgments

  • Special thanks to carlostiradocortes for creating the sample framework. The initial framework can be viewed here.