Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.08 KB

Task Management System

Task management is the process of managing a task through its life cycle. It involves planning, testing, tracking, and reporting. Task management can help either individual achieve goals, or groups of individuals collaborate and share knowledge for the accomplishment of collective goals.

Reference: https://en.wikipedia.org/wiki/Task_management

Project Information

Perform CRUD (Create, Read, Update, and Delete) Operations using Laravel and MySQL

ezgif com-gif-maker

Installation

  • Clone this project, you can put the project anywhere
  • Open XAMPP, run apache server and mysql
  • Go to phpmyadmin, create database name task_management
  • Open the project using VS Code
  • Open terminal and run command composer install
  • Then, php artisan key:generate
  • Then, php artisan migrate
  • Finally, run the application by using this command, php artisan start
  • In the terminal you will the project run on http:127.0.0.1:8000 -> visit that link
  • Now you will see the project