Skip to content

rubyruby/fs-feedback

Repository files navigation

Feedback

"Feedback form" web-application

Dependencies

  • PostgreSQL
  • Ruby >= 2.7.1
  • Rails >= 6.0.3.1

Setup required dependencies from Brewfile:

brew tap Homebrew/bundle
brew bundle

Quick Start

# clone repo
git clone git@github.com:account/repo.git
cd repo

# run setup script
bin/setup

# configure ENV variables in .env
vim .env

# run server on 5000 port
bin/server

Scripts

  • bin/setup - setup required gems and migrate db if needed
  • bin/quality - run brakeman and rails_best_practices for the app
  • bin/ci - should be used in the CI to run specs