System to create posts and distribute them
- Ruby 2.5.1
- Rails 5.2.1
- PostgreSQL
- Redis
- bundle
- define environment variable
ENV['SECRET_KEY_BASE'] - copy
config/database.example.ymlintoconfig/database.yml - set your username and password into
config/database.ymlfor postgreSQL rake db:createrake db:migrate- run rake task to fill DB with users
rake db:fill_users rails ssidekiq
-
Admin user
login:admin@test.compassword:12345678 -
User
login:user@test.compassword:12345678