Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzdjk6/google-recaptcha-spike
https://github.com/zzdjk6/google-recaptcha-spike
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zzdjk6/google-recaptcha-spike
- Owner: zzdjk6
- Created: 2022-11-06T10:26:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T08:32:56.000Z (about 2 years ago)
- Last Synced: 2024-11-11T18:45:45.230Z (3 months ago)
- Language: TypeScript
- Size: 811 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to use this repo
This repo is hosting the example code for my article to explain Google reCAPTCHA.
### Run backend
```shell
cd backend
yarn
yarn start
```The backend will listen to `localhost:9876`.
### Run frontend for reCAPTCHA v2
```shell
cd frontend-v2
yarn
yarn start
```The frontend can be accessed via `http://localhost:9875/`.
### Run frontend for reCAPTCHA v3
```shell
cd frontend-v3
yarn
yarn start
```The frontend can be accessed via `http://localhost:9874/`.