An open API service indexing awesome lists of open source software.

https://github.com/haifahrul/pt-ami-exam

Exam
https://github.com/haifahrul/pt-ami-exam

Last synced: 3 months ago
JSON representation

Exam

Awesome Lists containing this project

README

        

PT. AMI - Exam
============================

INSTALLATION
------------

### Install

Before you using, please run `composer install` to generate a required files.

Now you should be able to access the application through the following URL, assuming `basic` is the directory
directly under the Web root.

~~~
http://testsibisnis.test/
~~~

URL above also using to API in page soal 5

CONFIGURATION
-------------

### Database

Database filename is `testsibisnis.sql` and locate in root folder.

```php
return [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=testsibisnis',
'username' => 'root',
'password' => '',
'charset' => 'utf8',
];
```