/public-interviews-backend

Repo to store sample PRs to be reviewed by backend candidates

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 bundle exec rake docs:generate to generate the API docs
  • Find the docs in doc/api