The database is in tables.sql
Once you cloned the project please run composer:
$ composer installOnce 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.phpNote: The built-in CLI server is for development only.