Web application that eases the sending of press release emails using ElasticEmail API and a simple UI.
- Ruby 2.6.3
- Rails 5.2.3
- PostgreSQL 9.5+
To get the application running, follow the steps below:
bundle installCreate a config/application.yml file, copy the content from config/application.yml.example file to it and fill the values.
After this, execute the following steps:
rails db:setupFinally, run it:
rails sTo run the test suite, run:
bundle exec rspecTo run Rubocop, run:
rubocop -a