https://github.com/zeidanbm/zkteco-restful-api
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.
https://github.com/zeidanbm/zkteco-restful-api
flask python restful-api zkteco zkteco-api zkteco-device
Last synced: 8 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/zeidanbm/zkteco-restful-api
- Owner: zeidanbm
- Created: 2023-12-29T17:54:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T18:55:26.000Z (over 2 years ago)
- Last Synced: 2025-06-28T23:12:27.673Z (12 months ago)
- Topics: flask, python, restful-api, zkteco, zkteco-api, zkteco-device
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 22
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
`` ALL=(ALL) NOPASSWD: /usr/sbin/service ``