This document provides links to the documentation and helpful resources for the technologies and concepts used in the TaskPulse project.
- Laravel - The PHP framework used for the backend
- Vue.js - The progressive JavaScript framework used for the frontend
- Inertia.js - The glue between Laravel and Vue.js
- Vite - The build tool used for frontend assets
- DDEV - The local development environment
- Docker - The containerization platform used by DDEV
- PHPUnit - The testing framework used for PHP
- Laravel Testing - Laravel-specific testing documentation
Remember to check the specific versions of these technologies used in the project, as documentation may vary between versions.