Skip to content

Aplicativo (MultiPlataforma) + Painel Backend Open Source para receitas de remédios caseiros (também pode ser usado para receitas, notícias, e outras coisas)

Notifications You must be signed in to change notification settings

steffandsv/RemediosNaturais

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RemediosNaturais

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.

Screenshots

Imagens do aplicativo
Painel online
Painel

Setup

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

Thanks!

About

Aplicativo (MultiPlataforma) + Painel Backend Open Source para receitas de remédios caseiros (também pode ser usado para receitas, notícias, e outras coisas)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published