Todo app with Laravel 8 & Vuejs
- Add task
- Mark task as completed
- Delete task
- Run command
git clone https://github.com/moataseme/todo.git
- Go to project folder (todo) or Run command
cd todo
- Rename
.env.example
to.env
- Run command
composer install
- Run command
npm install
- Add database credentials to
.env
- Run command
php artisan migrate
- Run command
php artisan key:generate
- Run command
php artisan serve
- Open
localhost:8080
or full link ex.localhost/{project-path}/public
in the browser