Trust4App is a framework for assessing trustworthiness of mobile applications. This repository contains the code of backend server (NodeJS) and frontend (mobile app) client of Trust4App.

apprausch e83afca845 Showing only the AND operator result %!s(int64=5) %!d(string=hai) anos
appicaptor 35c90a3eee private files removed %!s(int64=6) %!d(string=hai) anos
client e83afca845 Showing only the AND operator result %!s(int64=5) %!d(string=hai) anos
controllers 668734b58f Uploading the codebase without unnecessary files %!s(int64=6) %!d(string=hai) anos
lib bb73b6b574 pagination fix %!s(int64=5) %!d(string=hai) anos
mobile app 0727a0c246 TVIZ change %!s(int64=5) %!d(string=hai) anos
models 668734b58f Uploading the codebase without unnecessary files %!s(int64=6) %!d(string=hai) anos
.gitignore 668734b58f Uploading the codebase without unnecessary files %!s(int64=6) %!d(string=hai) anos
README.md 638fc4f3ef Update 'README.md' %!s(int64=6) %!d(string=hai) anos
package-lock.json 47111cd271 Updated readme and fixed bug related to tviz in the app list page %!s(int64=6) %!d(string=hai) anos
package.json 47111cd271 Updated readme and fixed bug related to tviz in the app list page %!s(int64=6) %!d(string=hai) anos
server.js 668734b58f Uploading the codebase without unnecessary files %!s(int64=6) %!d(string=hai) anos

README.md

Introduction

This project contains the Server, client as well as the Mobile app of the Trust4App framework. Trust4App calculates the trustworthiness of a mobile application considering the public information available on the Play Store as well as the security health of that app.

#Prerequisites Node.js(https://nodejs.org/en/) nodemon(http://nodemon.io/)

#Installation npm install

#running the server and the client nodemon url: http://localhost:3000/

#Proof-of-concept system can be found under http://130.83.163.83:3000/#!/apps . Click "Apps" on the right hand corner to browse the trustworthiness scores of different mobile apps.