Recipe Api Only Versions Save

API server for recipe based projects. If you want to have an app or website with recipes, but don't want to spend a lot of time - this can be a good choice

v0.3-search

6 years ago

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.

v0.1-free-menu

6 years ago

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