ryanjbaxter / ocr-web

Web app for OCR Spring Cloud Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ocr-web

CircleCI

Web app for OCR Spring Cloud Demo from my blog. This application uses Zuul from Spring Cloud Netflix to route requests to various services.

Running

This is a simple Spring Boot application that you can run easily by just cloning the repository.

$ git clone https://github.com/ryanjbaxter/ocr-web
$ cd ocr-web
$ ./mvnw spring-boot:run

Alternatively you can run the application using Docker, there is an image on Docker Hub.

$ docker run -p 8080:8080 -i ryanjbaxter/ocr-web

Usage

This app requires Eureka, OCR Races, and OCR Participants to work correctly.

Once running open your browser and go to http://localhost:8080.

About

Web app for OCR Spring Cloud Demo


Languages

Language:HTML 61.8%Language:JavaScript 22.2%Language:Java 16.0%