Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 472 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 472 Bytes
$cd frontend/elm/ && elm-make Main.elm --output=main.js && cd ../..
$sbt docker:publishLocal
$docker run -d -p 9000:9000 --restart unless-stopped --name cities radusw/city-info:1.0

$docker logs cities --follow

$curl http://localhost:9000/api/London

Open the browser and go to:

  • http://localhost:9000/elm for Elm frontend or
  • http://localhost:9000/vue for VueJs frontend or
  • http://localhost:9000/<city e.g. /Bucharest> for Twirl frontend