Skip to content

dpratt747/zio-app-example-scala3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

234 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala GitHub Actions Scala Steward badge

To run the application:

To spin up the postgres dependency:

docker compose up -d postgres

To stop the running postgres container:

docker compose down postgres

To run the application:

sbt "runMain runner.Main"

To reach the open api/swagger documentation, use this url:

http://localhost:8080/docs/openapi

To run the test:

sbt test
sbt 'integration / test'

Useful links

About

An example of how a zio application can work. Using zlayers for Dependency injection, flyway for db migrations, zio http for swagger endpoints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages