Skip to content

msrnayeem/adms-zkteco

Repository files navigation

ADMS (Attendance Device Management System)

ADMS is a comprehensive Attendance Device Management System designed to handle biometric and access control data from various devices. This system is built using Laravel, a PHP framework, provides functionalities to store, manage user and fingerprint data.

Features

  • Fingerprint data storage
  • Device status monitoring

Installation

Prerequisites

Before you begin, ensure you have the following installed on your system:

  • PHP >= 8.0
  • Composer
  • MySQL or any other supported database
  • Web server (Apache, Nginx, etc.)

Steps

  1. Clone the repository

    git clone https://github.com/saifulcoder/adms-server-ZKTeco.git adms-server
    cd adms-server
  2. Install dependencies

    composer install
  3. Copy the .env file

    cp .env.example .env
  4. Generate application key

    php artisan key:generate
  5. Configure the .env file Open the .env file and set your database credentials and other environment variables:

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=adms
    DB_USERNAME=root
    DB_PASSWORD=
  6. Run the migrations

    php artisan migrate
  7. Serve the application

    php artisan serve

Monitoring Device Status

You can monitor the status of devices by querying the devices table where the online field indicates the last time the device was online.

Authors

For Improvement and project

contact us saiful.coder@gmail.com

Contributing

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages