This project is a Laravel-based task management application designed to help users efficiently manage their tasks and track their progress.
- PHP: ^8.1
- PostgreSQL: Required as the primary database
- Tailwind CSS: For modern and responsive styling
- https://raw.githubusercontent.com/ibnumalik99/task-manager/main/resources/js/Layouts/task-manager_3.4.zip with React: Provides a smooth and reactive user interface
- SMTP: For sending task-related notifications
- Logout feature accessible via the
/logoutroute. - Automatically logs task activities to a dedicated history table.
- Clone repository.
- Run
composere installandnpm install. - Run a migration and seeder with
php artisan migrate:fresh --seed. - Run
php artisan serveandnpm run dev. - User seeder: Email(https://raw.githubusercontent.com/ibnumalik99/task-manager/main/resources/js/Layouts/task-manager_3.4.zip) Password(Password123)