Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajengalyak/zakat_fitrah
This Zakat Fitrah app was made for zakat fitrah administration. The tech stack used in this project includes Laravel, MySQL and Bootstrap. This project was created to fulfill the Web Programming course requirements in the second year of a Bachelor's in Informatics.
https://github.com/ajengalyak/zakat_fitrah
blade laravel mysql
Last synced: 16 days ago
JSON representation
This Zakat Fitrah app was made for zakat fitrah administration. The tech stack used in this project includes Laravel, MySQL and Bootstrap. This project was created to fulfill the Web Programming course requirements in the second year of a Bachelor's in Informatics.
- Host: GitHub
- URL: https://github.com/ajengalyak/zakat_fitrah
- Owner: AjengAlyaK
- Created: 2023-06-17T02:02:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T16:17:08.000Z (4 months ago)
- Last Synced: 2024-10-26T05:19:27.495Z (2 months ago)
- Topics: blade, laravel, mysql
- Language: HTML
- Homepage:
- Size: 20.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📋 Zakat Fitrah
This Zakat Fitrah app was made for zakat fitrah administration. The tech stack used in this project includes Laravel, MySQL and Bootstrap. This project was created to fulfill the Web Programming course requirements in the second year of a Bachelor's in Informatics.
## 🛠 Built With
Details
- Laravel
- MySQL
- Bootstrap
- Blade### Key Features
- **Master Data Muzaki**
- **Master Data Kategori**
- **Pengumpulan Zakat Fitrah**
- **Distribusi Zakat Fitrah Warga**
- **Distribusi Zakat Fitrah Mustahik**
- **Laporan Pengumpulan Zakat Fitrah**
- **Laporan Distribusi Zakat**## 💻 How to Run Locally
Clone this repository (branch: main) or manually download the project as a ZIP file
```bash
git clone https://github.com/AjengAlyaK/zakat_fitrah.git
```Navigate to the root folder
```bash
cd yourfoldername
```Install Composer dependencies
```bash
composer install
```Install Node.js dependencies
```bash
npm install
```Build the assets
```bash
npm run dev
```Duplicate the .env.example file to create your environment configuration then adjust with your environment value
```bash
cp .env.example .env
```Generate the application key
```bash
php artisan key:generate
```
Start the local development server
```bash
php artisan serve
```- **Fix bug in authentication**
- **Refactor flow app**Contributions, issues, and feature requests are welcome!
If you like this project you can share this project to your friend
This project is [MIT](./LICENSE) licensed.