Skip to content

Latest commit

 

History

History
50 lines (47 loc) · 1.82 KB

README.md

File metadata and controls

50 lines (47 loc) · 1.82 KB

Bon Recipe

Bon Recipe Using the Yummly Recipe API, a user can sign in, search for recipes, and store them in their personal account. Users also have the ability to remove, create, and edit their own recipe entries. The Front End (React/Redux) and Back End (Node/Express) were built in two separate projects and uploaded to Netlify and Heroku respectively.

Live site: https://bonrecipe.netlify.com/

Screenshots

Recipes Page

Home View

Account Page
Edit Recipe View

API Documentation

Yummly Recipe API

The Yummly Recipe API lets you integrate recipes and faceted recipe search into your websites or mobile applications.

https://api.yummly.com/v1/api/recipes?_app_id=${YUM_APP_ID}&_app_key=${YUM_APP_KEY}&maxResult=30&start=10

Technologies:

  • Front End
    • HTML
    • CSS/Flexbox
    • Javascript
    • React
    • Redux
    • Materialize
  • Back End
    • Node
    • Express
    • MongoDB/MLab
    • Mongoose
    • Passport (Local Authentication)