Laravel version:9.14
The idea of the application is make a list of tasks, you want to complete or things that you want to do
To use this application first clone it :
git clone https://github.com/farghly/Todo-App.git
After cloning it istall packages
composer install
copy env from env.example
copy .env.example .env
And config your env file with database
Don't forget to generate key
php artisan key:generate
php artisan migrate
And launch the application
php artisan serve