HafizhLab with the aim of becoming a "Tahfizh Al-Qur'an Learning Laboratory" is an application based on Interactive Learning, Collaborative Learning, and Game-based Learning to help Muslims around the world to get closer to the Al-Qur'an visually.
Install development requirements:
pip install -r requirements/dev.txt
Install pre-commit hooks:
pre-commit install
Code!
To run the development server:
python manage.py runserver
To run the tests and view its coverage:
coverage run manage.py test
coverage report -m
Have fun!