This is a simple to do list made with:
- Laravel
- Vue.js
- MySql
With this project you can add, remove, done and undone tasks.
You will need to have:
- PHP 7.4.16
- Composer 2.0.11
- Node.js 12.16.3
- NPM 6.14.4
Install node dependencies
npm install
Install composer dependencies
php composer.phar install
Configure the .env
Start the server and have fun
php artisan serve

