Skip to content

GrigoriiBerezin/random_coffee

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%