9jaswag / finder

A simple app that lets users find valid email addresses based on the contact’s name and url.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finder

A simple app that lets users find valid email addresses based on the contact’s name and url.

Technology Stack

  • Ruby 2.6.4
  • Ruby on Rails 6.0.2
  • PostgreSQL 11
  • React 17

Get started

  • Clone the repository:

    git clone git@github.com:9jaswag/finder.git
  • Ensure you have PostgreSQL on your computer.

  • Set up database:

    rails db:setup
  • Create an application.yml file at config/application.yml. In this file, add your Mailboxlayer API key:

    MAILBOXLAYER_API_KEY: <your API key here>
  • Serve the app:

    rails server
  • View the app in the browser at http://localhost:3000/

About

A simple app that lets users find valid email addresses based on the contact’s name and url.


Languages

Language:Ruby 63.2%Language:JavaScript 19.3%Language:HTML 10.3%Language:SCSS 5.9%Language:CSS 1.4%