-
Ruby version - 2.4
-
Rails version - 5.2
-
Database - PostgreSQL
-
Framework - Ruby on Rails
Once you have the repo on your local machine
-
Run
rake db:migrate RAILS_ENV=testto migrate the testing environment database -
Run
rspecto verify everything is ok =)