./mvnw spring-boot:run
+`cd stockscope && ./mvnw spring-boot:run`
+
+### Set your API key
+- Mac/Linux (zsh): `export ALPHAVANTAGE_KEY="YOUR_KEY_HERE"` then restart the app.
+- If you run from an IDE (IntelliJ/Eclipse), set `ALPHAVANTAGE_KEY` in the Run/Debug configuration environment variables (Terminal exports may not be inherited).
diff --git a/stockscope/pom.xml b/stockscope/pom.xml
index 86244eb..10738fe 100644
--- a/stockscope/pom.xml
+++ b/stockscope/pom.xml
@@ -35,6 +35,7 @@