Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 859 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 859 Bytes

#INVOKER REST API

Rest api for the invoker android application](https://github.com/suryaharshan1/Invoker-Android-Client/) . The application has been build upon the Yii2 advanced template 2.0.6 with only the REST components.

AUTHORS

Surya Harsha Nunnaguppala

Vishnu Priya Matha

INSTALLATION

Clone the repository to your server htdocs.

CONFIGURATION

The database configuration is in application/config/common.php

components' => [
    'db' => [
        'class' => 'yii\db\Connection',
        'dsn' => 'mysql:host=127.0.0.1;dbname=invoker',
        'username' => 'root',
        'password' => '',
        'charset' => 'utf8',
    ],

The database structure remains the same as the invoker web interface