README

Steps to get started:

  • Install the correct Ruby version

  • Install ImageMagick using the following

  • Run "brew install imagemagick"
  • "Bundle Install" to install the System dependencies

  • Run "rails db:migrate" for Database creation

  • Run "rails db:seed" for Database initialization

  • Run "rails s" to start the server locally