Skip to content

Instantly share code, notes, and snippets.

@aikalima
Last active December 19, 2015 14:39
Show Gist options
  • Save aikalima/5970935 to your computer and use it in GitHub Desktop.
Save aikalima/5970935 to your computer and use it in GitHub Desktop.

Week 4, day 3 cook book app code along

Here's how to get a fully functioning version up and running on your box:

> git clone https://github.com/aikalima/wdi_cook_book
> cd wdi_cook_book 
> rake db:migrate
> rake db:seed
> rails s

In browser, open this URL: http://localhost:3000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment