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.
- Expose an API
- Use serializers to format JSON responses
- Test API exposure
- Use SQL and AR to gather data
Installation Steps:
$ git clone git@github.com:ross-ian28/rails-engine.git
$ cd rails-engine
$ bundle install
$ rails db:{:create,:migrate}
- Run rspec with
bundle exec rspec