Skip to content

Commit

Permalink
taqueria
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias-t committed Feb 4, 2015
1 parent e36d2ee commit 8329bcf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions assignments/week-10/taqueria.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#Taqueria App

##Concept
The Mission needs more tacos! We will build an app that can create the Taco to satisfy the hot demand.

##Layout

* Index
* Show
* Create
* Edit

##Models

###Taco
* Meat
* Sauce
* Vegetable

##APIs
* To persist your data, use ngResource in order to communicate with your database's API

##Database
* Either use [this](#) simple Rails API or [Firebase](https://www.firebase.com/docs/web/quickstart.html)

0 comments on commit 8329bcf

Please sign in to comment.