Third-party service badges (if available)
Some short project description. Link to Basecamp project will be fine too.
- PostgreSQL 9.3
- Ruby 2.4.2
- PhantomJS
- Rails 5
Setup required dependencies from Brewfile:
brew tap Homebrew/bundle
brew bundle# clone repo
git clone git@github.com:esaulkov/feedbacks.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/test- should be used in the CI to run specs

