Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliatayee/attendance_management_system
Attendance Management System is a Laravel based web application which keeps track of employee hours by either using ZKTecho finger print device or manual attendance sheet.
https://github.com/aliatayee/attendance_management_system
admin attendance-management-system attendance-system html-css-javascript laravel php zktecho
Last synced: 4 days ago
JSON representation
Attendance Management System is a Laravel based web application which keeps track of employee hours by either using ZKTecho finger print device or manual attendance sheet.
- Host: GitHub
- URL: https://github.com/aliatayee/attendance_management_system
- Owner: aliatayee
- Created: 2021-11-28T06:50:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T16:52:27.000Z (6 months ago)
- Last Synced: 2024-12-25T02:02:31.580Z (11 days ago)
- Topics: admin, attendance-management-system, attendance-system, html-css-javascript, laravel, php, zktecho
- Language: PHP
- Homepage: https://ams.alihost.co/
- Size: 17.6 MB
- Stars: 187
- Watchers: 2
- Forks: 96
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Attendance Management System
Attendance Management System is a web application based on Laravel which keeps track of employee hours. It is the system you use to document the time your employees work and the time they take off.
## Major Technologies
- HTML5
- CSS
- JAVASCRIPT
- BOOTSTRAP
- PHP
- LARAVEL## Demo
Demo link### Admin credential
username:[email protected]
password:ali123### Install & Setup
To setup and install Attendance Management System project, follow the below steps:
- Clone this project by the command:```
$ git clone https://github.com/aliatayee/Attendance_Management_System
```- Then switch to the project folder by the bellow query:
```
$ cd Attendance_Management_System
```- Then open ```env``` file and update database credentials.
- Then run the below command to install composer dependencies
```
$ composer install
```- Then run the below command to install dependencies
```
$ npm i
```
- Then run the below command to migrate the tables.```
$ php artisan migrate
```
- Then run the below command to run seeder.```
$ php artisan db:seed
```- Finally, run the below command to start the project.
```
$ php artisan serve
```## Screenshots
![1](https://user-images.githubusercontent.com/74867463/144262662-b7fbe66e-5c4c-46fb-8bab-9cf3121c2032.png)
![2](https://user-images.githubusercontent.com/74867463/144262668-545c4d8d-8570-4e38-a769-4c26520e366d.png)
![3](https://user-images.githubusercontent.com/74867463/144262431-32223a06-8c25-49fd-b969-56a4bab697f2.png)
![4](https://user-images.githubusercontent.com/74867463/144262645-29d4bfa4-c737-4123-8c22-c8c1fd49477e.png)### Prerequisites
- PHP installed
- Composer installed
- IDE to edit and run the code (We use Visual Studio Code 🔥).
- Git to versionning your work.### Authors
👤 **Ali**- GitHub: [@aliatayee](https://github.com/aliatayee)
- Twitter: [@aqaatayee](https://twitter.com/aqaatayee)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## Contributing
Thank you for considering contributing to the attendance management system!.