Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.
Alano Terblanche edited this page Oct 8, 2018 · 3 revisions

Ocr-endpoint

Purpose

This is the Restful endpoint used in combination with the ocr-core server for the Access Control System done by The DreamTeam. This project is for a Monash Industrial Experience project.

Instructions

Setting up the spring boot Restful endpoint is quite easy and only needs a few steps.

Install Maven, Git, Java 9+

On Ubuntu 18:

sudo apt install maven git default-jdk

On Ubuntu 16:

sudo apt install maven git openjdk-9-jdk-headless

Build

git clone [email protected]:Benehiko/ocr-endpoint.git
cd ocr-endpoint/
mvn clean install
cd target/

Execute jar located in "target" folder

java -jar ocr-endpoint.jar
Clone this wiki locally