- True MVC structure using Ionic / Cordova
- REST API consume (http://docs.restnodejs.apiary.io/)
- User registration , login , CURD (Order) implementation (token based auth)
- Using local storage
- AngularJS config , constant , service , factory implementation
- HTTP Interceptors implementation
- Using cordovaPlugins toast for error / success messages
- Customized Splash screen & App Icon
Screenshots : http://youraddons.com/gallery/mean-mobile-client-ionic/
Android APK to test : https://www.dropbox.com/s/lmd88n8shlytcmw/meanMobileClient-debug.apk?dl=0 (Debug version for testing purpose only)
- npm install
- bower install
- ionic state restore
- ionic build android
- ionic run android
Note : Android android-minSdkVersion set to API 19 (4.4.4) . You can change the API level from config.xml.