REST API used by ClaireBot. Uses Postgres as datasource.
Follow the instructions provided on the ClaireBot-Docker repo.
Currently, unlike ClaireBot this project is built with credentials baked in. Due to this, using the pre-built version is a massive security flaw. You should absolutely change the authentication details before using this.
- Ensure you have Docker installed on your system. It is needed for the tests to complete.
- Clone the repo
- Edit the password details in src/main/resources/application.yml
- Run "./gradlew build" if on Linux or "gradlew build" if on Winblows.
- Collect the biggest jar file from build/libs/.