Skip to content

marley24/match-public

 
 

Repository files navigation

pipeline status

README

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

Things you may want to cover:

System Requeriments

  • Ruby 2.5.1
  • Rails 5.2.1

Dependencies

Ruby

bundle install

System

Database Management

To setup database yoy either run:

rails db:setup

or:

rails db:create
rails db:migrate
rails db:seed

Running migrations

to run migrations use the following command:

rails db:migrate

Tests

You should run the tests with the following command:

rails test
rails test:system

Linting

You can lint the code running Rubocop:

rubocop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 68.6%
  • HTML 20.0%
  • CSS 6.6%
  • JavaScript 3.4%
  • CoffeeScript 1.2%
  • Shell 0.2%