Rails Engine is a backend E-commerce application that utilizes service oriented architecture. It exposes merchant and item data through APIs to be consumed by a frontend team.
- Fork and Clone the repo
- Install gem packages:
bundle install - Setup the database:
rails db:{create,migrate,seed} - Get the Schema:
rails db:schema:dump
- This application is fully tested through RSpec.
- You can run RSpec on any directory/file using
bundle exec rspec <directory/file>
- Import the the below test suites to Postman:

