Task manager - documentation
Task manager - documentation
This guide provides step-by-step instructions on how to set up and run the Task Management
application locally on your development environment.
Prerequisites
Before you begin, ensure you have the following installed on your system:
cd <project_folder>
composer install
cp .env.example .env
3. Configure Database:
o Update .env file with your database credentials:
DB_CONNECTION=sqlite
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=\absolute\path\to\the\database.sqlite\
DB_USERNAME=your_database_username
DB_PASSWORD=your_database_password
Login Page
Task Manager