Releases: ChickenKyiv/recipe-api-only
Search functionality
I added models and stuff from GroceriStar project
I reinvent the import script and it can be easily ported right now to my other projects.
Additional data was added to recipes like allergies, cuisines, etc.
Free Menu Logic
Free Menu Release:
GET http://localhost:3000/api/menu?access_token=%token%
Get list with all created menus(with recipe Ids)
GET http://localhost:3000/api/menu/593ac56c2c941720bc3091b1?access_token=%token%
Get one menu by Id
GET http://localhost:3000/api/menu/last?access_token=%token%
Get only one latest published menu
GET http://localhost:3000/api/recipe?access_token=%token%
Get list with all created recipes
GET http://localhost:3000/api/recipe/593abe383199170e50a5272d?access_token=%token%
Get one recipe by Id
GET recipe/:id/full
Get recipe with all necessary data like ingredients. @todo Later add stuff like allergies, etc.
GET http://localhost:3000/api/grocery/menu?groceryId=594d45227741a0312874c465&access_token=%token%
Get ingredients and display them in list view with directions and link to recipy by recipeId
Filter By Published Date: ASC/DESC