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 !!
This project is for team & project management. Employee can register himself and join to specific team. Employer can assign new project to the team.
git clone https://github.com/cristian1201/Project-Management-Laravel.git
cd Project-Management-Laravel composer install
Ajust the database information, then:
php artisan migrate --seed
Admin Account: ['username' => 'admin', 'password' => 'admin']
Employee Account:
- ['username' => 'user1', 'password' => 'asdf']
- ['username' => 'user2', 'password' => 'asdf']
- ['username' => 'user3', 'password' => 'asdf']