Skip to content

Latest commit

 

History

History
45 lines (43 loc) · 599 Bytes

README.md

File metadata and controls

45 lines (43 loc) · 599 Bytes

FUBO

An employee database for mid sized organization

Ruby version

2.6.1

System dependencies

sudo apt install libpq-dev

Configuration

bundle exec overcommit --install

Environment variables

RAILS_MAX_THREADS
DB_HOST
DB_PORT
DB_NAME
POSTGRES_USER
POSTGRES_PASSWORD
HOST
PORT
SMTP_HOST
SMTP_PORT

Dependent services for development

docker-compose up

Database creation

bundle exec rails db:create

Database initialization

bundle exec rails db:migrate

Running test

bundle exec rspec