Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        



Logo

# 📋 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

### Tech Stack

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**

(back to top)

## 💻 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
```

## 🔭 Future Features

- **Fix bug in authentication**
- **Refactor flow app**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

## ⭐️ Show your support

If you like this project you can share this project to your friend

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)