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

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

Awesome Lists containing this project

README

          

# SIDIK JARI

![Tests](https://github.com/hendrapaiton/sidik/workflows/Django%20Heroku%20CI/badge.svg?branch=master)
![GitHub](https://img.shields.io/github/license/hendrapaiton/sidik.svg)
![Issues](https://img.shields.io/github/issues/hendrapaiton/sidik.svg)

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