- Ruby on Rails
- Ruby 2.7.1
- Rails 6.0.6.1
- Gems used
- devise
- dotenv-rails
- rspec-rails
- factory_bot_rails
- webmock
git clone git@github.com:deepaksharma33/event_trigger_and_email_notification.git
cd event_trigger_and_email_notificationbundle installTo start rails server
bundle exec rails server
http://localhost:3000/bundle exec rspecuntill the API-Key is recieved we can add a .env file in the root of the application and paste the following snippet
ITERABLE_API_KEY=test123