Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 750 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 750 Bytes

README

  • Ruby version

    2.3.1

  • System dependencies

    • MySQL 5.7.17
    • Yarn 1.0.1
    • NodeJS 8.1.4
  • Install

    bundle

    yarn install

  • Database creation

    rails db:create

  • Database initialization

    rails db:migrate rails db:seed

  • Running

    foreman start

  • How to run the test suite

    bundle exec rspec

  • Constructive feedback for improving the assignment

    There should be a requirement that the status must be updated in an specific order using the state pattern, like AASM. e.g: You can change the status from 'open' to 'closed', but can't change from 'closed' to 'open'.

  • Credentials

    Customer: [email protected] | password SupportAgent: [email protected] | password Admin: [email protected] | password