Adi Bhati, Kevin Chen, Max Du, Jeffrey Qu
All of the components for the android app, used by normal users. Note: uses Android API level 28.
All of the components for our admin webapp. The webapp tracks user activity. Initially, admin account must be manually inserted into mongo to prevent anyone from being an admin.
First install all node dependencies with npm install
. Then, start node server using node index.js
. Android app can be found in AndroidApp folder and run using an emulator. The admin webapp is found in AdminLTE-master folder and can be run by first opening index.html.