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.
- Host: GitHub
- URL: https://github.com/muydanny/rails_engine
- Owner: muydanny
- Created: 2020-07-11T22:48:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T21:55:18.000Z (about 3 years ago)
- Last Synced: 2025-03-20T19:10:55.331Z (about 1 year ago)
- Topics: api, expose
- Language: Ruby
- Homepage:
- Size: 602 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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.