Implementation of Spring PetClinic through Typelevel Scala
-
run postgres
docker run --rm -p 5432:5432 -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres -e POSTGRES_DB=petclinic -d postgres:alpine
-
run app
sbt run
run postgres
docker run --rm -p 5432:5432 -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres -e POSTGRES_DB=petclinic -d postgres:alpine
run app
sbt run