Skip to content

ryanjbaxter/ocr-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published