The database is in tables.sql
Once you cloned the project please run composer:
$ composer install
Once installed, you can test it out immediately using PHP's built-in web server:
$ php -S 0.0.0.0:8080 -t public/ public/index.php
Note: The built-in CLI server is for development only.