Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 898 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 898 Bytes

random_coffee

Dependencies:

  • Java 11
  • Scala 2.13.8
  • SBT 1.6.2

Getting Started

Installation

required dependencies installation

Install Java 11 JDK, Scala 2.13.8, the Scala build tool

Compiling

To compile from the command line, use the command below:

    sbt compile

Running Locally

To run the application, use the following command:

    sbt bootstrap/run

Running Unit Tests Locally

Use the command below to run unit tests:

    sbt test

Build With

  • SBT Build and dependency management
  • AkkaHTTP Asynchronous, streaming-first HTTP server and client
  • Doobie Database query and access library
  • Circe JSON processing
  • ScalaTest Unit-testing framework