Created
October 30, 2012 18:37
-
-
Save chyld/3982139 to your computer and use it in GitHub Desktop.
IWD 4 final project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Final Project: | |
05 pts: Create new rails app called DinnerTyme | |
15 pts: Create the model, view and controllers using this screenshot as a reference: | |
http://grab.by/h9sC | |
10 pts: Create a home page (index) using a Home controller | |
10 pts: Create a navigation system (links) at the top of the site | |
10 pts: Add twitter bootstrap to the project | |
20 pts: From the UI be able to create and show kitchens, recipes and ingredients | |
Use carrierwave to upload photos. | |
15 pts: Create a git repository on github and push the final code there | |
15 pts: Create a site on heroku and push your code. Send me a hyperlink to your running site. | |
Remember heroku uses postgres not sqlite3. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment