Skip to content

Open-Quran-Learning/Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Quran Learning Project Data

OQLP Data is the database repository where all the database models , implementation and documentation reside.

Download

1- Download Open Quran Learning Data code from: https://github.com/Open-Quran-Learning/Data.git

2- In a terminal window, navigate into your Data directory.

3- Install all dependencies using the command below:

pip3 install -r requirements.txt

Development

1- setup your desired DBMS example: postgresql-12.
2- Set the following enviroment variables, you can find the DATABASE_URIs in the SQLAlchemy documentation, for example:

export DATABASE_URI="postgresql://rolename:password@host:port/database"

Documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages