Skip to content

cristian1201/Project-Management-Laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectManagementSystem

This project is based on laravel framework. Admin has all privilege where as employee has certain restriction to access.By default You can register as an employee: http://127.0.0.1:8000/register

You can engage in this project to make this more advanced and you can add new features.You contribution will be highly appreciated !!

Screenshots

Login page

login page

Register page

register_page

Team management - team list

teamTable

Team management - new team

addTeam

Team management - edit team

editTeam

User management - user list

userList

Team management - add employer

addUser

Description

This project is for team & project management. Employee can register himself and join to specific team. Employer can assign new project to the team.

Clone the repo

git clone https://github.com/cristian1201/Project-Management-Laravel.git

Composer install

cd Project-Management-Laravel composer install

Migrate database and seed

Ajust the database information, then:

php artisan migrate --seed

Login credentials

Admin Account: ['username' => 'admin', 'password' => 'admin']

Employee Account:

  • ['username' => 'user1', 'password' => 'asdf']
  • ['username' => 'user2', 'password' => 'asdf']
  • ['username' => 'user3', 'password' => 'asdf']