recaptcha-service

Crates.iorecaptcha-service
lib.rsrecaptcha-service
version0.3.0
sourcesrc
created_at2023-04-11 05:42:11.13515
updated_at2023-04-11 05:42:11.13515
descriptionA simplified and centralised interface for verifying reCAPTCHA tokens.
homepage
repositoryhttps://github.com/uniteme-pty-ltd/recaptcha-service
max_upload_size
id835778
size67,274
Jedd Dryden (Jaffa-Cakes)

documentation

README

recaptcha-service

Prerequisites

  1. Install Docker by following it's installation instructions.

  2. Install Watch by running cargo install cargo-watch.

During Development

When developing, ensure cargo watch --clear -x fmt is running in a terminal, where:

  • watch will detect any changes in the repo and refresh commands.
  • --clear will clear the console output each time changes are detected.
  • fmt will format your Rust code to comply with standards and ensure unformatted code is not committed.

To launch the application run docker compose up --build, this will:

  • expose the API via http://localhos:<port>

The individual ports uniquely chosen by Docker can be found through the Docker interface.

Commit count: 10

cargo fmt