An open API service indexing awesome lists of open source software.

https://github.com/muydanny/rails_engine

This project revolves around the secenario that you are working for a company developing an E-Commerce Application. Your team is working in a service-oriented architecture, meaning the front and back ends of this application are separate and communicate via APIs. Your job is to expose the data that powers the site through an API that the front end will consume.
https://github.com/muydanny/rails_engine

api expose

Last synced: 26 days ago
JSON representation

This project revolves around the secenario that you are working for a company developing an E-Commerce Application. Your team is working in a service-oriented architecture, meaning the front and back ends of this application are separate and communicate via APIs. Your job is to expose the data that powers the site through an API that the front end will consume.

Awesome Lists containing this project

README

          

![](https://media.giphy.com/media/xT8qBv7JyQi32dIlEc/giphy.gif)

# Rails Engine

This project revolves around the secenario that you are working for a company developing an E-Commerce Application. Your team is working in a service-oriented architecture, meaning the front and back ends of this application are separate and communicate via APIs. Your job is to expose the data that powers the site through an API that the front end will consume.

### Project Coverage
* Exposes an API.
* Uses serializers to format json responses
* Tests API exposure
* Composes advanced ActiveRecord queries to analyze information stored in SQL databases.
* Has SQL statements without the assistance of an ORM.