Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. provide a Python/Flask based recipe restful api. You should be able to List/Add/Edit/Delete recipes. Pay attention to proper use of http best practices (http verbs/ response codes etc). Bonus points for a simple login mechanism. Try to limit your effort to know more than a few hours.
  2.  
  3. Recipe fields should include:
  4. recipe name
  5. ingredients
  6. instructions
  7. serving size
  8. category
  9. notes
  10. date added
  11. date modified
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement