Stress is currently a prototype Ruby GraphQL API for handling ecommerce orders at Artsy.
- State: development
- Production:
- Staging:
- GitHub: https://github.com/artsy/stress/
- Point People: @ashkan18
-
Fork the project to your GitHub account
-
Clone your fork:
$ git clone [email protected]:your-github-username/radiation.git
-
Install bundles:
$ bundle install
Once setup, you can run the tests like this:
$ bundle exec rspec
Note: the default rake task is setup to run tests and Rubocop.
$ rails s