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: 7 months 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T16:52:27.000Z (over 1 year ago)
- Last Synced: 2025-03-30T16:11:57.431Z (7 months 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: 213
- Watchers: 2
- Forks: 104
- Open Issues: 20
-
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:ali@aliatayee.com
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




### 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!.