Ruby 2.7.1
Rails 6.0.4.1
Node 14.15.0
Install Ruby Version through rbenv
rbenv local 2.7.1
Install dependencies
bundle install
yarn install
Setup the database
rails db:create
rails db:migrate
Run the server
rails server
Navigate to localhost:3000
Run the tests
rails test