This is a very simple task management system Here you can add a Project
To each Project you can add, delete, and update tasks
##Run the Application
- make sure you have create a database in mysql
- Update the .env file with the credentials to mysql and the database name
- Run: Composer install
- Run: php artisan key:generate
- Run: php artisan migrate
- Run: php artisan serve Good to go