Interview questions for COOP, Capstone and employees
Master Build
Develop Build
Create an environment variable on your operating system called OUTREACH_MAPS_KEY
. The value for the key will be the Google Maps API token which will be provided to you prior to the interview.
If you are uncertain of creating environment variables for your operating system please read the correct article for your operating system:
Simply clone the repo and navigate within the candidate-questions
and execute the following command:
mvn clean install
The purpose of this repo is to provide students with a sample project that they can then use in order to interact with Google Maps.
In order to create an API key log in with Patrique's
GMAIL profile and create a new API key.
The URL to do so is here: https://console.developers.google.com/apis/credentials?project=outreach-v2-1528904629755&authuser=0
Simply clone the repo and navigate within the candidate-questions
and execute the following command:
mvn test
In order to pull request the project results into the repository you must Fork
the repository into your own Github account. Once the project has been forked then simply make the necessary changes to the project. Once complete create a pull request with the changes so that the owner of the project can review the necessary changes.
Source: Github Documentation