Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

dyweb/hrs

Repository files navigation

hrs

Dongyue HR System

Roadmap

  • CURD of members' information
  • Registraion and info filling in
  • Access control for different teams
  • Self-service registration of GitLab Tq, QA
  • Synchronize with the team address list

Deployment

composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
npm run dev
// go to 'localhost:8000'
// password can be found in UsersTableSeeder