Ionic/Cordova Hybrid app to find recipes of natural remedies. Web panel + backend are also included.
The app has categories and articles, the user can bookmark articles to read later, causing them to be stored on bookmarks page.
This app can also be used as news/recipes, for example.
Create a database and run the query: "/Backend/rest-api.sql"
Add SQL config/host in the first line of the files:
/Backend/web-admin.php
/Backend/rest-api.php
The default user/pass to login in the web panel are:
admin
admin
(change it in the lines 8 'n 9 in the file /Backend/web-admin.php)
After setup the rest-api/panel, add the url to your installation where there is the expression "seusite" in the lines 452,454,973,975,1513,1515 of file /App/www/js/controllers.js
Now you can build your app using Ionic/Cordova.
Install the necessary plugins:
cordova plugin add cordova-plugin-device --save
cordova plugin add cordova-plugin-console --save
cordova plugin add cordova-plugin-splashscreen --save
cordova plugin add cordova-plugin-statusbar --save
cordova plugin add cordova-plugin-whitelist --save
cordova plugin add ionic-plugin-keyboard --save
cordova plugin add cordova-plugin-dialogs --save
cordova plugin add cordova-plugin-inappbrowser --save