https://github.com/daskon/staff_management_app
Staff details can be manage by using this simple web application.
https://github.com/daskon/staff_management_app
angular2 backend-webdevelopment front-end-development laravel54
Last synced: 4 months ago
JSON representation
Staff details can be manage by using this simple web application.
- Host: GitHub
- URL: https://github.com/daskon/staff_management_app
- Owner: daskon
- License: mit
- Created: 2017-10-26T03:36:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T07:14:38.000Z (over 8 years ago)
- Last Synced: 2025-01-10T01:37:03.524Z (over 1 year ago)
- Topics: angular2, backend-webdevelopment, front-end-development, laravel54
- Language: PHP
- Homepage:
- Size: 298 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# staff_management_app
Managing staff details from this system can be done.
Welcome to the staff_management_app wiki!
To see the webapp in http://localhost:4200 you want to run Laravel api first. use below artisan command to run Laravel backend.
`php artisan serve`
After that, you want to run Angular frontend application. use below command to run app. before that you want to move into app directory called **sataff**
`cd staff`
`ng serve`
Front page of the web app

New staff members can add by using below form

Department wise staff details track

Employees checkin time can be track by using the below

Database design
