A framework for ionic mobile apps with drupal backend.
<img src="icon.png" >
Dependencies:
- ionic
- drupal website.
Installation:
- git clone https://github.com/sahayarex/drupalionic.git
- cd drupalionic
- Take the drupalionic module from the folder "module_for_drupal" and install the module in your drupal 7 installation. (Make sure the dependencies of drupalionic module also installed)
- Open www/js/services.js on line 3 change baseUrl to ur drupal server url
- ionic platform add android/ios(android is already added in the code)
- ionic run android/ios
Thats it. Wow you get the mobile app with login, start logging in and check it.