Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish Ranjan authored Feb 23, 2020
1 parent 89dc9eb commit 80420cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Basic Registration form in MERN stack with reCaptcha

## Project Info
Form contains 3 user inputs - Name, email and password.

If someone from the same IP address tries to register more than 3 times in a day, they are presented with a captcha (Google Recaptcha). The captcha is validated for all subsequent registrations for that IP address.

If the provided data is valid, then the user details are stored in a Mongo database.

# Backend
Expand Down

0 comments on commit 80420cb

Please sign in to comment.