Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

IF-115-Ruby/OSBB

Repository files navigation

OSBB

IF-115-Ruby Maintainability Test Coverage

Prerequisites

To run the project you need:

Ruby v.2.7.1

Yarn v.1.22.5-1

Node.js v.10.19.0

ElasticSearch

PostgreSQL v.12

sudo apt install postgresql-12

Redis

sudo apt install redis-server

Install

Clone the repository

git clone https://github.com/IF-115-Ruby/OSBB.git
cd OSBB

Install dependencies

Using Bundler and Yarn:

bundle && yarn

Initialize the database

rails db:create db:migrate db:seed

Copy file .env.template and rename it to .env and add values in environment variables

Server

rails s
sidekiq

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published