Skip to content

ealyutikov/fp-petclinic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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