RoySegall / dragontails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:PHP 100.0%