Skip to content

cjdeclaro/HealthMax

Repository files navigation

HealthMax

Your personal healthcare companion.

Polytechnic University of the Philippines - Sto Tomas Branch.

Official Entry to the 2019 Smart SWEEP Awards

Getting Started

Pull the project by pulling the repository to your machine using git clone https://github.com/cjdeclaro/HealthMax on your favorite terminal.

Prerequisites

In order to run the project, you need

Installing

Install the major features of Android Studio, including the Version API - minimum of Lollipop and AVD Manager

Running the app

Buildthe app.

Press the "run" button

PS: Make sure that a device is connected or a Virtual Machine is running

Common end to end tests

  1. Run the app on the physical device
  2. Run the app on the Virtual Machine

Coding style tests

HealthMax uses the following code conventions

Class ClassName{
  ClassName{
    //Always use a constructor
  }
}

Deployment

Once the task is tested for bugs, push the changes via git push origin yourbranch.

Common git commands for HealthMax

Initial

Get the project:

git clone https://github.com/cjdeclaro/HealthMax

Register the project url:

git remote add origin https://github.com/cjdeclaro/HealthMax

Verify the url:

git remote -v

Creating your branch

Create the branch on your local machine and switch in this branch :

git checkout -b [name_of_your_new_branch]

Push the branch on github :

git push origin [name_of_your_new_branch]

Commiting

Add the changes:

git add .

Commit the changes:

git commit -m "Message on what was done"

Push the changes to the repository:

git push origin yourbranch

Built With

  • Android SDK
  • Gradle

Contributing

Contributions to the initial app will be limited to the main product requirements.

Tasks

@cjdeclaro

  • Prepare the Machnine

@germaineaviles

  • Prepare the Machnine

@winmalveda

  • Prepare the Machnine

Versioning

The project uses git for versioning. For the version status, see the tags on this repository.

Authors

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

License

Licensed with Apache

Acknowledgments

  • PUP

About

Your personal healthcare companion

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages