"Feedback form" web-application
- PostgreSQL
- Ruby >= 2.7.1
- Rails >= 6.0.3.1
Setup required dependencies from Brewfile:
brew tap Homebrew/bundle
brew bundle# 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/serverbin/setup- setup required gems and migrate db if neededbin/quality- run brakeman and rails_best_practices for the appbin/ci- should be used in the CI to run specs