8000 GitHub - hsnapps/quraan: API Back-end for the Holy Quraan (Islam holy text book) based on Laravel 5.5.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hsnapps/quraan

Repository files navigation

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

About

API Back-end for the Holy Quraan (Islam holy text book) based on Laravel 5.5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0