Find full API documentation here
Server Requirements Find on Laravel Docs
- PHP >= 7.0.0
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Clone this repo.
- Get insde the repo directory
$ cd quraan
. - Request dependencies
$ composer install
- Create the environment file (.env) by compying the file .env.example
$ cp .env.example .env
- Create the database (MySql o MaraiDB) and change the database parameters in the .env file.
- Migrate the and seed database
$ php artisan migrate --seed
- Test the API
$ php artisan serve