Skip to content

opodartho/fubo

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages