Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 393 Bytes

readme.md

File metadata and controls

21 lines (17 loc) · 393 Bytes

Task manager

Demo: https://task-manager.yanster.one

Installation

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).

Tests

Run this command for run tests:

./vendor/bin/phpunit