Skip to content

fisnikm02/todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Todo app - Laravel - VueJs

Installation - Front

copy .env.example .env
npm install
npm run serve

Installation - Back

copy .env.example .env
composer install
php artisan migrate --seed
php artisan jwt:secret