It's a full stack E-SPP Application made using Laravel v.10
- Multiple user (Operator, administrator, parent)
- Operator can add, edit, or delete parent users.
- Operator can add, update, or delete students.
- Operator can add, update, or delete School fees (SPP)
- Operator can add, update, or delete Billing
- Parent can add, update, or cancel Billing
- Parent can add payment method with [152 Indonesian banks data](https://github.com/andes2912/indobank)
- Notification Billing on Web Aplication and [Whatsapp](https://app.whacenter.com/)
- etc ( is under development)
- Clone it
$ git clone https://github.com/rizaljihadudin/E-SPP.git
- Go to directory
$ cd E-SPP
$ composer update
$ cp .env.example .env
$ php artisan migrate
$ php artisan key:generate
$ php artisan serve