Skip to content

Sidpatchy/ClaireData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClaireData

REST API used by ClaireBot. Uses Postgres as datasource.

Setup a Working Copy

Using Docker (Recommended)

Follow the instructions provided on the ClaireBot-Docker repo.

Manually Building

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.

  1. Ensure you have Docker installed on your system. It is needed for the tests to complete.
  2. Clone the repo
  3. Edit the password details in src/main/resources/application.yml
  4. Run "./gradlew build" if on Linux or "gradlew build" if on Winblows.
  5. Collect the biggest jar file from build/libs/.

About

ClaireBot REST API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages