Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasannadeem/paved-email-validator
Email Validator
https://github.com/hasannadeem/paved-email-validator
Last synced: about 1 month ago
JSON representation
Email Validator
- Host: GitHub
- URL: https://github.com/hasannadeem/paved-email-validator
- Owner: hasannadeem
- Created: 2024-01-10T10:56:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-10T11:15:21.000Z (12 months ago)
- Last Synced: 2024-01-10T14:42:43.558Z (12 months ago)
- Language: Ruby
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.Things you may want to cover:
* Ruby version
2.7.6* Rails version
6.0.6* System dependencies
Ngrok
Node version: 14* Project Setup
In Project directory, run the following commands for setup
- bundle install
- yarn install
- bundle exec rake assets:precompile* How to Run the Project
In Project directory, use the following commands to run- ngrok http 3000
- rails s -p 3000
- visit http://localhost:3000/
- Go to https://www.paved.com/tools/email_headers
- Enter Email Address in first input
- Enter Post URL in second input(check next step for getting the URL)
- Copy the url from Ngrok and update the below url accordingly
(don't forget to add the last part "/email_validator/validate"),
it should be something like this
https://e1b0-182-185-218-167.ngrok-free.app/email_validator/validate
- After hitting Send Headers button, server should receive hit from paved.com* Files in considereation:
- EmailAuthenticationService
- EmailValidatorController
- home/index.html.erb