In this Project i have used Bootstrap Draggable Row Table UI from following link https://bootsnipp.com/snippets/P2pn5 I have used Bootsrap 5 for creating frontend UI from follwing website of Bootsrap. https://www.tutorialrepublic.com/twitter-bootstrap-tutorial/
Sotware requies to run and use this Web App
- PHP 8.2.4
- Laravel 10
- XAMPP Server
- Composer
- Git
- code editor like Visual code .
Steps to use this Project Task Managemnet Web App.
- run following command on git shell promot git clone https://github.com/SupMaulik/Project_Task_Managemet_Laravel10.git 2.create database name(task_management) in phpmyadmin in XAMPP localhost.
- run command on git shell prompt mv .env.example .env
- Open the console and cd your project root directory
- Run composer instal or composer update command on project folder in git shell . 6.Run php artisan key:generate 7.Run php artisan migrate 8.Run php artisan serve