for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
use Gewaer\Bootstrap\Api;
require_once __DIR__ . '/../../library/Core/autoload.php';
$bootstrap = new Api();
$bootstrap->setup();
$bootstrap->run();