This service is hosted at http://first-blood.dx.am. this repo is temporary backend for our first blood application.
This service use Slim PHP framework
- Download source code
- Edit file
src/setting.phplalu ubah line berikut, sesuaikan dengan setting database anda.
'db' => [
'host' => 'localhost',
'user' => 'root',
'pass' => '',
'dbname' => 'first_blood',
'driver' => 'mysql'
],- lalu import file
database.sqlke dalam database anda - lalu untuk edit source code, umumnya code yang diubah hanya
src/middleware.phpdansrc/routes.php - api bisa diakses dengan alamat http://localhost/firstblood-api bila disimpan pada localhost