You have to install:
- Download and extract the .zip
- Enter the project folder
eis-app
- Create a
env
file insrc/main/resources
- If you plan to use The Guardian newspaper, append
THE_GUARDIAN_API_KEY=key
in.env
file, replacing key with your key - Build the project with
mvn package
- Run the app with
java -jar target/eis-app-*-jar-with-dependencies.jar [options]