Demo: https://task-manager.yanster.one
Run these commands to install the project:
composer install
php artisan key:generate
php artisan migrate
npm install
npm run prod
You must set environment variables in file .env
(application name, url, database connection).
Run this command for run tests:
./vendor/bin/phpunit