An open API service indexing awesome lists of open source software.

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.

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

![Front page of the app](https://github.com/daskon/staff_management_app/blob/master/Picture1.jpg)

New staff members can add by using below form

![](https://github.com/daskon/staff_management_app/blob/master/Picture2.jpg)

Department wise staff details track

![](https://github.com/daskon/staff_management_app/blob/master/Picture3.jpg)

Employees checkin time can be track by using the below

![](https://github.com/daskon/staff_management_app/blob/master/Picture4.jpg)

Database design

![](https://github.com/daskon/staff_management_app/blob/master/Picture5.jpg)