mmartinezluis / stoquotes-backend

API database for StoQuotes frontend repo. Holds more than 700 authors and more than 23,000 quotes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StoQuotes API

This is the RESTful Ruby on Rails API server for the StoQuotes app frontend repository. StoQuotes is an app that allows users to get quotes from a rich variety of methods, and write stories that may relate to those quotes.

Functionality

This API is designed following the MVC and REST design patterns. The API uses the Blueprinter serializer for easily rendering models associations in json format. The database for the API is retreived from BrainyQuotes.com. You may follow the directions provided in the frontend repo for installing this API in your local machine.

License

StoQuotes API is available as open source under the terms of the MIT License.

About

API database for StoQuotes frontend repo. Holds more than 700 authors and more than 23,000 quotes.

License:MIT License


Languages

Language:Ruby 99.4%Language:HTML 0.6%