Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 5 hours 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.

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 ``