PoeWatch is a Path of Exile statistics and price data collection page that's been in the works since 2017. It gathers data over time for various items (such as uniques, gems, currency, you name it) from public trade listings and finds the average prices.
This repository contains the app and the API. The web front is located in a separate repository over at poewatch-frontend.
The general goal was to make a statistics website with everything in one place. Users can check prices of almost any item type from the current or past leagues and look up character names.
Run commands in project root
-
Run db in docker
./database/init/docker-build.sh ./database/init/docker-run.sh
-
Initialize database
- Copy
cp ./database/liquibase.properties.sample ./database/liquibase.properties
- Todo: write database initialization scripts for liquibase
- Run
./gradlew update
- Copy
-
Run app
- Copy
cp ./modules/app/src/main/resources/application.properties.sample ./modules/app/src/main/resources/application.properties
- Edit config
- Run
./gradlew bootRun
- Copy
