The backend for the Global Counter Android app.
It's using tusk to run the automated scripts. Install it from the following:
brew install rliebz/tusk/tuskSetup the project by installing all the required dev tools:
tusk setupStart the dev server:
tusk devStart the prod server:
tusk startDeploy the server:
tusk deployPlease refer to tusk.yml file for more commands.