Skip to content

kamran-jabbar/task-management-system

Repository files navigation

Steps to setup the project kindly run these command in the project directory

  1. git clone https://github.com/kamran-jabbar/task-management-system.git

  2. update .env with database credential, database name

  3. composer install

  4. php artisan migrate --seed

  5. php artisan key:generate (to avoid the key error)

  6. php artisan serve

Default user for testing

email: [email protected] password: 123456

User manual:

User can register by visiting /register

alt text

User can login by visiting /login

alt text

User can view listing of added tasks with detail after login /dashboard.

alt text

User can create task by visiting /create-task

alt text

Database Schema

For login and register, Laravel auth has been used.

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published