Getting Started

Dependencies

  • Postgres
  • Ruby
  • Bundler

Start

bundle install
rails db:create
rails db:migrate
rails db:seed

rails start