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 setup
to run all the tests
fab test
Test should be successful and 6 tests should pass
to run only the unit tests
fab unit
Test should be much faster and 3 tests should pass
Lauch the application
fab run_server
Open your browser and navigate to
http://localhost:8080/ping
You should see the Json
{
alive : true
}
Deploy and run your server so that the game can call it.