/task-list

A task/todo list using Vue.js and Laravel 7

Primary LanguagePHP

Tasker

Tasker is a web application built using Laravel & Vue to create your task

Configuration

Create the 'tasker' database,

and then change your .env database configuration:

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=tasker
DB_USERNAME=root
DB_PASSWORD=root

For MAMP users add this to your .env

DB_SOCKET=/Applications/MAMP/tmp/mysql/mysql.sock

Run migration

php artisan migrate

Run seed

php artisan db:seed

Compile Assets

npm install && npm run watch

Run the server

php artisan serve

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT