Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.19 KB

readme.md

File metadata and controls

28 lines (24 loc) · 1.19 KB

Build Status License

Holy Quran API

Version 1.1

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
To prepare the server follow the folloing steps:
  1. Clone this repo.
  2. Get insde the repo directory $ cd quraan.
  3. Request dependencies $ composer install
  4. Create the environment file (.env) by compying the file .env.example $ cp .env.example .env
  5. Create the database (MySql o MaraiDB) and change the database parameters in the .env file.
  6. Migrate the and seed database $ php artisan migrate --seed
  7. Test the API $ php artisan serve