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 3b1e566fa0 Single tviz UI fix | 6 роки тому | |
---|---|---|
appicaptor | 6 роки тому | |
client | 6 роки тому | |
controllers | 6 роки тому | |
lib | 6 роки тому | |
mobile app | 6 роки тому | |
models | 6 роки тому | |
.gitignore | 6 роки тому | |
README.md | 6 роки тому | |
package-lock.json | 6 роки тому | |
package.json | 6 роки тому | |
server.js | 6 роки тому |
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.