Keto-Eating / Keto-Recipe-API

This API serves up keto recipes, and is a micro-service for a larger project that will eventually serve up grocery lists based on saved recipes.
11 stars 15 forks source link

Parsing ingredients #67

Closed nsafai closed 5 years ago

nsafai commented 5 years ago

Currently parsing and rendering ingredients on grocery list page (/cart/grocery-list) image

HOW TO TEST

  1. npm i
  2. nodemon
  3. Login
  4. Add recipes to cart
  5. Go to /cart/grocery-list

NOTES Note that the parsing is not 100% perfect but it works for 90% of ingredients. Future improvements that I suggest upon refactoring:

What is not finished (could be merged without doing these, to be discussed)

phylliswong commented 5 years ago

Great work Nico! I noticed that the PR was requesting to merge the branch into the master, so I changed it to develop.