Tuhfah is a cutting-edge information and management system designed to revolutionize Islamic Education Parks (TPQs) or Islamic Education Centers (TPAs). It offers a seamless and integrated platform for efficient administration and enhanced learning experiences within these institutions.
With Tuhfah, administrators can streamline registration processes, manage user roles, and track attendance effortlessly. Teachers benefit from tools to monitor students' learning progress and input educational data seamlessly. Students and guardians gain access to personalized learning insights and updates.
Financial management becomes more transparent and convenient with integrated online payment systems for fees and honorariums. The system also facilitates inventory management and efficient communication through announcements.
Tuhfah is designed to be user-friendly, intuitive, and accessible across devices, ensuring a smooth experience for all stakeholders. It aims to elevate the standards of Islamic education management and empower institutions with modern technology solutions.
Of course, you need to put this code on your computer first. There are two ways to do this: by downloading the project zip file or by using Git (recommended).
Download the Project Zip
You can click on this link to download the zip file of this project.
Git Clone
Make sure that you have installed git. Open the directory where you want to place the source code in the terminal. Then, run the following command:
git clone [email protected]:404NotFoundIndonesia/tuhfah-webapp.git
Make sure this project is open in your command line interface. To confirm your current active directory in the terminal, use the following command:
pwd
To install backend dependencies, use the following command:
composer setup
To run the backend server, use the following command:
php artisan serve
Open http://localhost:8000
in your browser to access Tuhfah Webapp. When you want to access Tuhfah in a web browser, make sure you do not close or stop both of those processes.
Tuhfah Web Application is open-sourced software licensed under the MIT license.