This Repository checks for validity of an email
-
Clone the repository
git clone https://github.com/nikhilbhatt/EmailValidator.git
-
Install dependencies
bundle install yarn install
-
Database configurations
Create a new file serets.yml in config folder Copy secretsdemo.yml file content to secrets.yml Configure your respective username and password in config/secrets.yml set Database name as EmailValidator_development
-
Create database
rails db:create
-
Run Migrations
rails db:migrate
-
Start contributing
rails s