Skip to content

Task management is the process of managing a task through its life cycle. It involves planning, tracking, and reporting.

Notifications You must be signed in to change notification settings

GabrielSalangsang013/task-management-system

Repository files navigation

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

About

Task management is the process of managing a task through its life cycle. It involves planning, tracking, and reporting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published