Skip to content

samlsmith424/rails-engine

Repository files navigation

Rails Engine

-----------------------------------------------------

Overview

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.

Getting Started

  1. Fork and Clone the repo
  2. Install gem packages: bundle install
  3. Setup the database: rails db:{create,migrate,seed}
  4. Get the Schema: rails db:schema:dump

RSpec Testing:

  • This application is fully tested through RSpec.
  • You can run RSpec on any directory/file using bundle exec rspec <directory/file>

Postman Testing:

Database

rails engine schema

Framework

Languages

Tools


Gems

Development Principles

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published