Traverse Windsor is a cross-platform mobile application which uses Augmented Reality allowing users to locate the nearby places in the view of their mobiles' cameras. The application is a one-stop-shop for all the happenings in Windsor and what places are trending at the moment. The users can also add any public events for all the residents and tourists. The users can view these events and either like or RSVP to any particular event.
The functional features of the application are as follows:
- Explore Windsor
- Trending Places
- Events
The steps are:
- Setting up Visual Studio Code
- Cloning the Application
- Installing necessary Javascript Libraries
- Setting up the AWS Enironment
- Setting up Viro React CLI for Augmented Reality
- Additional Setup
- Running the Application
- Install the Visual Studio Code IDE for the respective OS, launch the IDE.
- Open a terminal in the studio to excute commands.
- Extract project .zip file from the Github Repository or
- In the terminal type the following command
$ git clone https://github.com/AnishaGharat/Traverse-Windsor
This command will pull the latest project files from git repository.
-
Navigate to the cloned project folder on Github.
-
From the prerequisites link for React Native CLI, navigate to the React Native CLI Quickstart.
-
Select the Development OS and the Target OS to get all the commands for installation of the CLI on your respective OS.
- Using the terminal configure the AWS CLI as per the Development system OS.
$ aws configure
-
The user would need to add his AWS Access Key ID and AWS Secret Access Key to configure the AWS CLI on their OS.
-
Note: The Access Key and Secret Key are not present in the Github Repository for security reasons.
-
Install the AWS Node SDK on the terminal
$ npm install aws-sdk
- Set up the Viro React library for the Augmented Reality Feature for the application by using the prereqisite link for Viro React CLI.
-
The application requires a Google Maps Places API key: Get this from the Google Cloud Platform (Even if it is a paid API, Google gives $300 credits).
-
After getting the key, set it on the API_KEY constant on Camera.js line 28.
- Before executing the application, it is best to run the following command to remove any dependancies related issues:
$ npm install
-
Enable the USB Debugging for Android.
-
Android Device > System Settings > Developer options > USB debugging.
-
Switch the USB Debugging on.
-
Android Device > System Settings > Developer options > Wireless ADB debugging.
-
Switch the Wireless ADB debugging on.
-
Connect the Android Device to the laptop.
-
Once connected run the following command to check if the device is active.
$ adb devices
-
This will display the name of your Android device and confirm that it is active.
-
Run the server and the client using two different terminals.
-
Run the server:
- Navigate to the server folder
$ cd server
- Run the following two commands to run the server
$ npm install express
$ npm start
-
Run the client:
- Navigate to the client folder
$ cd client
- Run the following command to run the client
$ npx react-native run-android
We use GitHub for versioning.
The final presentation for the release 1.0 can be viewed here.
Note: Access Limited
- Adhiraj Singh
- Anisha Gharat
- Sarwat Til Vusqa
- Ravleen Kaur
- Shoaib Ahmed
- Rizvi Ahmed
- Vishal Solanki
- Purvesh Patel