Todo app with authentication build with Laravel 8 & Vuejs
- Register
- Login
- Logout
- Add task
- Mark task as completed
- Delete task
- Run command
git clone https://github.com/moataseme/todo-auth.git
- Go to project folder (todo-auth) or Run command
cd todo-auth
- 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