A barebones Email Notification WebSystem using Laravel 7. Allows you to manage users, groups, and program notifications. Currently working as guest for easier personal debugging, but you can enable auth. The workflow is as follows:
- Login as either admin or regular user.
- Make a new notification and add users or groups that will receive it.
- Clone the repo
- Install the dependencies
npm i
php artisan run
php artisan notifications:info|alert|error
php artisan queue:work
Icons borrowed from:
https://www.flaticon.com/authors/freepik
https://friconix.com/
- Actually do the tests.
- Implement roles and permissions.
- Fix UI bugs.