Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.47 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.47 KB

captcha

A single place to have all captcha needs across your service.

Build & run (for developers)

The project requires JDK 21.0.3 and mvn version - 3.9.6

  1. Build and install:
     $ mvn install -Dgpg.skip=true
    
  2. Build Docker for a service:
    $ cd <service folder>
    $ docker build -f Dockerfile
    
  3. Configure module wise secrets in the application-default.properties
  4. Run CaptchaServiceApplication.java from IDE.
  5. Service should be accessible at http://localhost:9089/v1/captcha

Configuration

Captcha Validation Service uses the following configuration files that are accessible in this repository. Please refer to the required released tagged version for configuration.

  1. Configuration-Captcha

Deploy

To deploy captcha-service on Kubernetes cluster using Dockers refer to Sandbox Deployment.

APIs

API documentation is available here.

License

This project is licensed under the terms of Mozilla Public License 2.0.

Note: Refer README.md for more details.