Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 2.31 KB

File metadata and controls

53 lines (37 loc) · 2.31 KB

Resources

This document provides links to the documentation and helpful resources for the technologies and concepts used in the TaskPulse project.

Core Technologies

  • 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

Authentication & Database

  • Firebase - Used for authentication
  • MySQL - The database used in the project

Laravel-specific Resources

Vue.js and Inertia.js Resources

Development Tools

  • Composer - PHP dependency management
  • npm - JavaScript package management

Testing

Additional Resources

Remember to check the specific versions of these technologies used in the project, as documentation may vary between versions.