In this app you can find any medication or drug and view it's details
The app is built with NativeScript
To build and run the app you need to:
- Install and setup NativeScript - https://docs.nativescript.org/angular/start/quick-setup#full-setup
- Install Android SDK
Install dependencies
tns install
Add android platform
tns platform add android
Run application on connected device or emulator
tns run android