/lrt-live-content

A REST API service and a web client displaying current live media from LRT TV

Primary LanguageJavaScript

Running:

  • Clone the repository
  • Build the .jar of the REST API: cd rest-api && ./gradlew build
  • Run local REST API and web client docker images: docker-compose up
  • Visit the web page at localhost:3000

Or