Skip to content

scrudlabs/Fingerprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

127 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fingerprint Recongnition

Simple Fingerprint Recognition algo implementation

Client

Server

This project contains a FingerPrintMatching-micro-services developped in java/jee using springboot

Build a micro-service using Maven on a terminal : mvn clean install

Launch a micro-service using Java on a terminal : java -jar target/*-0.0.1-SNAPSHOT.jar

It is also possible to run a packaged micro-service with remote debugging support enabled : java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=8000,suspend=n -jar target/*-0.0.1-SNAPSHOT.jar Launch a micro-service using Maven on a terminal : mvn spring-boot:run

Test the Api with swager here : http://localhost:8084/v2/api-docs

About

Simple Fingerprint Recognition implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors