https://github.com/hendrapaiton/sidik
Finger Apps with FlexCodeSDK
https://github.com/hendrapaiton/sidik
bootstrap digitalpersona django fingerprint github-actions heroku postgresql python websdk
Last synced: 2 months ago
JSON representation
Finger Apps with FlexCodeSDK
- Host: GitHub
- URL: https://github.com/hendrapaiton/sidik
- Owner: hendrapaiton
- License: mit
- Created: 2020-08-21T17:18:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T01:24:07.000Z (almost 6 years ago)
- Last Synced: 2025-02-22T20:47:47.985Z (over 1 year ago)
- Topics: bootstrap, digitalpersona, django, fingerprint, github-actions, heroku, postgresql, python, websdk
- Language: Python
- Homepage: https://finger.herokuapp.com/
- Size: 337 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SIDIK JARI



> Finger Apps with FlexCodeSDK
## Table of Contents
* [General info](#general-info)
* [Technologies](#technologies)
* [Setup](#setup)
* [Features](#features)
* [Contact](#contact)
## General info
This project was mirror from [flexcodesdk](http://fingerspot.org/demo_flexcodesdk/) and convert to django program for prototypes.
Using flexcodesdk, we can capture finger from usb fingerprint digital persona 4500 to our web application. And data captured can
used to be indentification or authentication.
## Technologies
* Python
* Django
* FlexCodeSDK
## Setup
First, clone or fork this repository and edit with your needs.
```
$ git clone https://github.com/hendrapaiton/sidik.git
```
Second, create and test the github action workflow and customize with your repo.
Third, register to heroku and create api key for your apps. Edit in your workflow github actions.
```
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ""
heroku_email: ""
```
## Features
- [x] CI/CD with Github Actions
- [x] Deploy to Heroku
- [ ] Web interface using bootstrap & jquery
- [ ] Function parameter & query http
- [ ] Model and Views in Django
- [ ] Register Device for Digital Persona 4500
- [ ] Create user and register finger from devices
- [ ] Login using devices with user fingerprint
## Contact
Created by [@hendrapaiton](https://github.com/hendrapaiton)