Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 696 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 696 Bytes

Stress

Stress is currently a prototype Ruby GraphQL API for handling ecommerce orders at Artsy.

Meta

Setup

  • Fork the project to your GitHub account

  • Clone your fork:

    $ git clone [email protected]:your-github-username/radiation.git
    
  • Install bundles:

    $ bundle install
    

Tests

Once setup, you can run the tests like this:

$ bundle exec rspec

Note: the default rake task is setup to run tests and Rubocop.

Starting Server

$ rails s