fahadxt / pms

Project Manager System, it allows the project manager to create projects and add tasks to each employee.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Manager System

This project is created by Laravel 7 with livewire, and it is under development. and will be upgraded Laravel version from 7 to 8.


pms screenshot pms screenshot1 pms screenshot2

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Usage

This is a system it allows the project manager to create projects and add tasks to each employee in project with a simple dashboard.

  • Clone the repo : git clone https://github.com/fahadxt/pms
  • Create new MySQL database for this application
  • $ cd pms
  • $ cp .env.example .env
  • Set database credentials on .env file
  • $ php artisan key:generate
  • $ composer install
  • $ php artisan migrate --seed (it has some seeded data - see in credentials)
  • $ php artisan storage:link
  • $ php artisan serve
  • Visit http://127.0.0.1:8000 via web browser

credentials

Email : superadmin@example.com Password : 123123123

About

Project Manager System, it allows the project manager to create projects and add tasks to each employee.


Languages

Language:PHP 78.1%Language:Blade 21.4%Language:Shell 0.3%Language:Vue 0.2%