I pass level 1.1 :)
fork me and clone your repository locally.
install fabric globally
setup your environment: in the directory of the repo, run
fab setupto run all the tests
fab testTest should be successful and 6 tests should pass
to run only the unit tests
fab unitTest should be much faster and 3 tests should pass
Lauch the application
fab run_serverOpen your browser and navigate to
http://localhost:8080/pingYou should see the Json
{
alive : true
}Deploy and run your server so that the game can call it.