== 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.
First you need to make sure that your machine has Ruby & Postgres database then you need to run the below commands
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
rails s