Modular / mountable Deals API. Features:
-
RESTful webservice for accessing deals
-
Fully defined backend RailsAdmin interface for adding deals on the backend
- Review the installation process below.
-
First create a new rails project: rails new sweet_app
-
Config your database.yml and create the databases
-
Add to Gemfile:
gem "deals"
-
Next, run bundle install:
bundle install
-
Next, run the deals install command:
deals install
(NOTE: If you run into an error saying that deals gem is missing, use bundle exec deals install)
-
Deals is now installed and ready
-
Deals API is located at /deals
-
To view API end points run: rake routes
Visit the project website here.
- Add multiple photos for each deal
Copyright (c) 2012 Barrett Griffith. See LICENSE.txt for further details.