Getting Started

  1. Clone repository

  2. Install Ruby version

https://www.ruby-lang.org/en/downloads/
  1. Install MySQL and gem mysql2. If you get error when installing mysql2 gem on Mac, here may be the solution:
 https://fuzzyblog.io/blog/rails/2019/11/21/installing-mysql2-gem-on-osx-when-headers-can-t-be-found.html
  1. Run setup
$ bin/setup
  1. Run specs
$ TODO: implement UT
  1. Start the server
$ bin/rails server