Skip to content

speech4j/content-service

Repository files navigation

content-service

The content-service for uploading an etalon pair to AWS S3.

Project Status

Build Status Quality Gate Status Coverage Reliability Rating Technical Debt

Requirements

  • Java 11
  • Docker

Building Instructions

  • ./gradlew clean build -- build the project

Testing Instructions

(If running from windows - replace / to \ )

  • ./gradlew clean test -- build and run the tests.

Launch Instructions

  • terminal:
  • java -jar build/libs/*.jar -- run the project
  • docker:
  • docker build . - build docker image
  • docker run image-name - run app

Running DB Instructions

  • create and run db container locally
docker run --name postgres-db \
                -e POSTGRES_PASSWORD=postgres \
                -e POSTGRES_USERNAME=postgres \
                -e POSTGRES_DB=tenant_db \
                -p 5432:5432 -d postgres

Running DB Migration

  • ./gradlew diffChangeLog - generate a file with differences between the current db schema and persist entities

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •