/Patient.ly

Primary LanguageObjective-C

Patient.ly

Patient.ly is a health information and management app that keeps track of your current medications and checks for potential drug interactions. The user can also search and get information about a drug, as well as search for nearby healthcare providers.

Patient.ly-Mockups

Setup

Clone this repo to your local work station and from within the root directory:

cd client
npm install
bower install

Usage

Once the dependencies are installed, you can start the application with:

cd client/
ionic serve --lab 

Open your web browser and go to http://localhost:8100/ionic-lab to see the app running in the iOS simulator.