aYaremchuk / bbtt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BBTT

Build Status Maintainability Test Coverage

System to create posts and distribute them

Basic system specs:

  • Ruby 2.5.1
  • Rails 5.2.1

DB adapter:

  • PostgreSQL

Additional requirement

  • Redis

Configuration

  • bundle
  • define environment variable ENV['SECRET_KEY_BASE']
  • copy config/database.example.yml into config/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 usersrake db:fill_users
  • rails s
  • sidekiq

Credentials

  • Admin user
    login: admin@test.com password: 12345678

  • User
    login: user@test.com password: 12345678

About


Languages

Language:Ruby 71.9%Language:HTML 25.8%Language:JavaScript 1.5%Language:CSS 0.7%