| Crates.io | recaptcha-service |
| lib.rs | recaptcha-service |
| version | 0.3.0 |
| created_at | 2023-04-11 05:42:11.13515+00 |
| updated_at | 2023-04-11 05:42:11.13515+00 |
| description | A simplified and centralised interface for verifying reCAPTCHA tokens. |
| homepage | |
| repository | https://github.com/uniteme-pty-ltd/recaptcha-service |
| max_upload_size | |
| id | 835778 |
| size | 67,274 |
Install Docker by following it's installation instructions.
Install Watch by running cargo install cargo-watch.
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:
http://localhos:<port>The individual ports uniquely chosen by Docker can be found through the Docker interface.