Skip to content

Latest commit

 

History

History
68 lines (37 loc) · 1.05 KB

README.md

File metadata and controls

68 lines (37 loc) · 1.05 KB

Kobayashi Build Status

This README would normally document whatever steps are necessary to get the application up and running.

Edit/Remove the following sections as you wish.

System Requirements

  • Ruby 2.x.x
  • Rails 5.2.2
  • Yarn

Dependencies

Ruby

bundle install

Javascript

yarn install

System

Database Management

To setup database you either run:

bundle exec rails db:setup

or:

bundle exec rails db:create
bundle exec rails db:migrate
bundle exec rails db:seed

Running migrations

To run migrations use the following command:

bundle exec rails db:migrate

Services (job queues, cache servers, search engines, etc.)

Tests

You should run the tests with the following command:

bundle exec rake

Linting

You can lint the code running Rubocop:

bundle exec rubocop

Security

Run:

bundle exec brakeman

Deployment Instructions

How to Contribute

License