Fork and Clone
Make a simple instagram clone!
Build a simple angular app that can preform CRUD on dummy data. The data should have a: photo_url, author, & body. Add a router, and templates for at least a show & index view.
Clone the WDInstagram api - you don't need to fork as you won't be modifying this
$ bundle install
$ rake db:create
$ rake db:migrate
$ rake db:seed
$ rails s
Create a factory that integrates with the api so that CRUD changes will be persisted
If you're feeling frisky add some custom directives
Combine the angular code with the Rails API