srobbin / starter-school-poupon

An example Angular app for class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poupon

An example Angular app for The Starter School

Challenge

  • Use Angular routing to switch between the index and detail pages. Both templates are located in the assets directory.
  • Create an Angular resource to retrieve deal from the API endpoint: /api/deals/ and /api/deals/1.

To get started:

git clone git@github.com:srobbin/starter-school-poupon.git
cd starter-school-poupon
bundle install
rake db:setup
rails server

About

An example Angular app for class


Languages

Language:Ruby 95.6%Language:CSS 2.8%Language:JavaScript 1.6%Language:CoffeeScript 0.1%