Information: The mobile application is in the AndroidApp Folder. The folder SafeShell_Angular contains the website data which is done in AngularJS. The Graphics Assets folder contains some of our graphic images used in the mobile application, and the website.
The Android App largely uses the Google Maps API for its homepage and the website contains data from the UMD Police Department Website.
How to run the Mobile App, SafeShell: SafeShell can be ran in Android Studios on the AndroidApp folder. In SafeShellApp/AndroidApp/app/src/main/java/com/safeshell/safeshell/, you run the MainActivity to start the application in Android Studio or you can download the apk we have on the repository onto your android phone and run it from there.
How to run the website: 0. Requirements Node, NPM
- Open SafeShell_Angular folder
- Run command "npm install" to install dependencies
- Run command to "live-server" to run website on localhost