izbagov / audio.quran.com

quranicaudio.com

Home Page:http://quranicaudio.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quranic Audio SLACK

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

About

quranicaudio.com

http://quranicaudio.com

License:MIT License


Languages

Language:JavaScript 83.7%Language:CSS 15.8%Language:Dockerfile 0.5%