CookBk is a web app for searching and managing recipes. It is backed by Yummly's API A live version can be found here.
CookBk is built with Ember CLI and ES6/Babel on the front end, and Ruby on Rails and PostgreSQL on the backend. To reduce the number of requests made to Yummly's API and improve performance, the Rails app stores recipes that have already been searched in the database.
Users can search for recipes, and track a list of favorited recipes
- Adding notes to recipes
- Viewing notes written by other users
- More search options