Skip to content

aloise/Misc-http4s-cats-effects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Rest Transportation service

Author: Ihor Mordashev

Technologies: Scala, http4s

How to run:
    - You need to have `sbt` installed
    - The following command would run the server on localhost:8081 :
        > sbt run

How to test:
    - To run unit tests please run:
        > sbt test
    - To run integration tests please run:
        > sbt it:test

To create a distribution:
    - To create a standard SBT distribution:
        > sbt dist
    - Sbt native packager is included ( https://www.scala-sbt.org/sbt-native-packager/formats/universal.html )
    - To publish a local Docker image please run:
        > sbt docker:publishLocal

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages