Skip to content

quran/audio.quran.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

97f7980 · Jun 28, 2021
Mar 29, 2021
Sep 8, 2019
Aug 7, 2016
Aug 21, 2016
Apr 13, 2021
May 2, 2017
Sep 8, 2019
Aug 7, 2016
Jun 3, 2016
Aug 7, 2016
Jun 3, 2016
Sep 8, 2019
Dec 31, 2016
Jun 3, 2016
Jun 3, 2016
Nov 24, 2018
Jun 3, 2016
Jun 28, 2021
Aug 7, 2016
Aug 20, 2016
Aug 7, 2016
Aug 7, 2016
Aug 7, 2016
Jun 3, 2016
Sep 9, 2019
Jun 3, 2016
Jun 3, 2016
Sep 8, 2019

Repository files navigation

The source code for the upcoming version of quranicaudio.com.


Installation

npm install

Running Dev Server

npm run dev

Building and Running Production Server

npm run build
npm run start

Database

This project uses a Postgres database. Assuming you have Postgres installed create a user/role quran_dev then run the commands below:

psql -c 'create database audio_quran;' -U quran_dev
psql audio_quran < audio_quran.psql
psql -c 'GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO quran_dev;' -d audio_quran

Latest Build

http://beta.quranicaudio.com