Skip to content

Effortlessly manage attendance with this open-source project that integrates ZKTeco biometric devices through a RESTful API using Python Flask. Streamline attendance tracking, data retrieval, and reporting for enhanced efficiency in your organization.

Notifications You must be signed in to change notification settings

zeidanbm/zkteco-restful-api

Repository files navigation

Zkteco Restful API

Build the Docker Image:

Open a terminal, navigate to the directory containing the Dockerfile, and run the following command to build the Docker image:

docker build -t zkteco-restful-api-image .

Run the Docker Container:

After successfully building the image, you can run a container from it:

docker run -p 4000:80 --restart always zkteco-restful-api-image

Bypass authorization on re-running subprocess

<your_username> ALL=(ALL) NOPASSWD: /usr/sbin/service <service_name>

About

Effortlessly manage attendance with this open-source project that integrates ZKTeco biometric devices through a RESTful API using Python Flask. Streamline attendance tracking, data retrieval, and reporting for enhanced efficiency in your organization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published