Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 850 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 850 Bytes

== README

The emails validation application is just Ruby on Rails app built using Rails framework v 4.2.8, Just created it to test the emails validation by integrated it with the Api layer.

Installing The Application

Codacy Badge

First you need to make sure that your machine has Ruby & Postgres database then you need to run the below commands

Start Postgres Server

pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start

Start Rails Rerver

rails s

Open on The Browser

http://localhost:3000