/test

Primary LanguageRuby

README

Installation

Requirements

  • 💎 Ruby version 2.7.2 (manage Ruby versions with rvm or rbenv)
  • 🐘 PostgreSQL

Getting started

  • Fork & clone the repository
  • bundle install
  • Run rails db:create db:migrate
  • Run bundle exec rspec to validate the installation
  • Run rails server
  • You're good to go 🎉

Challenge

See doc/challenge/README.md