This project is an To Do list made with laravel. The user can add tasks that need to be done, check them when they are done and delete them when they are no longer needed.
To install this project the user will need to follow these steps
Note: PHP 8.2 is required. To install PHP you can find more here => https://www.php.net/manual/en/install.php
git clomne <this.repository>
cp .env.example .env
Change in the env file the variables with the right values.
DB_CONNECTION=sqlite
DB_HOST= Your values
DB_PORT= Your values
DB_DATABASE= Your values
DB_USERNAME= Your values
DB_PASSWORD= Your values
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan serve