Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 921 Bytes

File metadata and controls

14 lines (12 loc) · 921 Bytes

README

Getting Started

  1. Install Ruby 3.1.1 (See instructions here)
  • To verify Ruby is installed correctly, in your terminal type ruby -v and it should show something similar to
    (ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) [x86_64-darwin21])
  1. Install bundler gem install bundler after Ruby is installed
    • To verify bundler is working correctly, in your terminal type bundle --version and it should show the version of bundle
  2. Install Postgres (See instructions here)
  3. Checkout this repository
  4. In your preferred Terminal, go to the directory that you've checked out the repo and...
  • Type bundle install
  1. Once bundle install succeeds - run rails server. This should get the server runnning in http://localhost:3000