This is a Laravel simple task management application that allows users to create, manage, and track tasks. As part of coding challenge.
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/SGLara/coalition_test cd coalition_test -
Install dependencies:
composer install
-
Copy the
.envfile:cp .env.example .env
-
Generate the Laravel application key:
php artisan key:generate
-
Run the migrations and seed the database:
php artisan migrate --seed
-
Start the local development server:
php artisan serve
Thanks for reading! If you have any questions or feedback, please don't hesitate to reach me out at steven.gustavo.lara@gmail.com.