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.yml
intoconfig/database.yml
- set your username and password into
config/database.yml
for postgreSQL rake db:create
rake db:migrate
- run rake task to fill DB with users
rake db:fill_users
rails s
sidekiq
-
Admin user
login:[email protected]
password:12345678
-
User
login:[email protected]
password:12345678