Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 271 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 271 Bytes

first, download and run the docker postgres image: docker pull postgres docker run -p 5432:5432 -e POSTGRES_PASSWORD=postgres postgres

Then, run the http server in one terminal: sbt 'project httpServer' 'run'

And the GUI client in another: sbt 'project guiClient' 'run'