This is cookie bases Task Management system. so, you need to server run with same ip address.
Fist clone the project
git clone https://github.com/amdad121/task-management-api.git
then go to project directory
cd task-management-api
and run
composer install
you need to copy .env.example to .env
cp .env.example .env
After that you need SMTP & Database setup on .env file
then you run this command
php artisan migrate --seed
then you run this command
php artisan serve
now go to run Vue project