Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

$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
You can’t perform that action at this time.