Welcome to Todo App
After cloning open two terminals.
Terminal 1 (To configure and run the Vue frontend): -> cd todo -> npm install -> npm run serve
Terminal 2 (To configure and run the laravel Api Backend): -> cd s -> composer install -> php artisan passport:install -> php artisan serve
Test credentials: Email: test@test.com Password: 123456