Skip to content

Instantly share code, notes, and snippets.

@kenmazaika
Created September 1, 2017 17:41
Show Gist options
  • Save kenmazaika/3d49b3486bcf821580ce7799ef8c471a to your computer and use it in GitHub Desktop.
Save kenmazaika/3d49b3486bcf821580ce7799ef8c471a to your computer and use it in GitHub Desktop.

Build a Daily Deal Aggregator Website

There are so many daily deal websites like Groupon, LivingSocial, etc. Having a single daily deal aggregator site to link to deals like this great burger deal.

Feature sets that would be helpful:

  • The application needs to exist. A new project should be spun up!
  • As a user, I should be able to sign up for a new account. Look into integrating the application with devise.
  • As a user, I should be able to post daily deals I find on the internet
  • The root URL of the page should include a list of all the daily deals in the database

Things to consider!

  • What will your database structure look like? What fields will it have, and what models will you need to generate?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment