Here lives the API that is consumed by the front-end interface for cvan/galaxy.
# Install redis via homebrew
brew install redis
# Install node dependencies
npm install
# Copy local configuration into place
cp settings_local.js.dist settings_local.js
# Start the server
npm startIf you'd like to run the server for development, consider using nodemon instead:
npm install nodemon -g
nodemon app.jscurl -X POST 'http://localhost:5000/game/submit' -d 'name=Mario Bros&app_url=http://mariobro.se&icons=128&screenshots=yes&videos=yes'
curl 'http://localhost:5000/game/mario-bros/detail'