Get Started

Requirements

  • Install ruby v3.0.0. You can install that directly or using rvm
  • Then install bundler using gem install bundler
  • Then install foreman using gem install foreman
  • Clone this repo and run the commands inside the repo to get started

Steps to run locally

  • Run bundle command to install server side dependencies
  • Run yarn to install javascript depenedencies
  • Run rails db:create db:migrate db:seed
  • Run foreman start to start all processes
  • Go to http://localhost:5000
  • Login using seeded users or create new user account