This README would normally document whatever steps are necessary to get the application up and running.
Edit/Remove the following sections as you wish.
- Ruby 2.x.x
- Rails 5.2.2
- Yarn
bundle install
yarn install
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
To run migrations use the following command:
bundle exec rails db:migrate
You should run the tests with the following command:
bundle exec rake
You can lint the code running Rubocop:
bundle exec rubocop
Run:
bundle exec brakeman