Set up backend

You'll need Rethinkdb up and running:

rethikndb --http-port 8090

Now, let's set up the data

cd server
composer install

php console.php social:install

The last thing is to get the backend up and running:

php -S localhost:8081