Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 382 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 382 Bytes

[WIP] FP PetClinic Sample Application

Implementation of Spring PetClinic through Typelevel Scala

Running petclinic locally:

Steps:

  • 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