{"info":{"_postman_id":"9d739653-cd81-4e45-90b7-c1dd16049c17","name":"1st Build Week Recipes Database","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"12506286","collectionId":"9d739653-cd81-4e45-90b7-c1dd16049c17","publishedId":"TVYDeezr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-10-24T02:10:02.000Z"},"item":[{"name":"login","id":"6c6f2648-5764-462c-8a59-57aef8b10ea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"test@gmail.com\",\r\n    \"password\": \"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/auth/login","description":"<p>creates token when logged in</p>\n","urlObject":{"protocol":"https","path":["api","auth","login"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c6f2648-5764-462c-8a59-57aef8b10ea1"},{"name":"register","id":"910c8a1a-c926-44ee-8731-0c005301082a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"password\": \"test\",\r\n    \"role\": \"user\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/auth/register","description":"<p>Creates a user </p>\n","urlObject":{"protocol":"https","path":["api","auth","register"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"910c8a1a-c926-44ee-8731-0c005301082a"},{"name":"recipes","id":"d253e8e2-f405-4cb8-a343-f92edc466080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/recipes","description":"<p>gets all recipes</p>\n","urlObject":{"protocol":"https","path":["api","recipes"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d253e8e2-f405-4cb8-a343-f92edc466080"},{"name":"recipes/:id (recipe id)","id":"dbf8c044-5446-4da4-83fb-f675c00d258c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","type":"text","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/recipes/3","description":"<p>gets recipes by id </p>\n","urlObject":{"protocol":"https","path":["api","recipes","3"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dbf8c044-5446-4da4-83fb-f675c00d258c"},{"name":"recipes/user/:id (user id)","id":"89a3ce10-10d5-4cac-969a-54c6b2e71b0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","type":"text","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/recipes/user/6","description":"<p>gets recipes that a user created</p>\n","urlObject":{"protocol":"https","path":["api","recipes","user","6"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"89a3ce10-10d5-4cac-969a-54c6b2e71b0c"},{"name":"recipes/user/:id (user id)","id":"3607a21d-7890-4255-8a72-c6824a7b0a82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"recipe\": {\r\n        \"title\": \"testing monday\",\r\n        \"source\": \"Aunt\",\r\n        \"prep_time\": \"10 minutes\",\r\n        \"cook_time\": \"10 minutes\",\r\n        \"servings\": 6,\r\n        \"image\": null,\r\n        \"share_link\": null\r\n    },\r\n    \"tags\": [\r\n        {\r\n            \"tags_id\": 1\r\n        },\r\n        {\r\n            \"tags_id\": 4\r\n        }\r\n    ],\r\n    \"instructions\": [\r\n        {\r\n            \"step\": 1,\r\n            \"instruction_text\": \"Cut one large onion and 4 peppers put to aside.\"\r\n        },\r\n        {\r\n            \"step\": 2,\r\n            \"instruction_text\": \"Place the sausage in a large skillet over medium heat, and brown on all sides. Remove from skillet,and slice.\"\r\n        },\r\n        {\r\n            \"step\": 3,\r\n            \"instruction_text\": \"Melt butter and olive oil in the skillet. Stir in the onion and garlic and cook 2 to 3 minutes, add in bell peppers. Season with salt,black pepper, basil,and oregano.Continue to cook and stir until peppers and onions are tender.\"\r\n        }\r\n    ],\r\n    \"ingredients\": [\r\n        {\r\n            \"qty_amount\": \"4\",\r\n            \"qty_type\": \"Cloves\",\r\n            \"ingredients_id\": 7\r\n        },\r\n        {\r\n            \"qty_amount\": \"1/2\",\r\n            \"qty_type\": \"tbsp\",\r\n            \"ingredients_id\": 8\r\n        },\r\n        {\r\n            \"qty_amount\": \"1\",\r\n            \"qty_type\": \"tbsp\",\r\n            \"ingredients_id\": 9\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/recipes/user/1","description":"<p>this will create a new recipe</p>\n","urlObject":{"protocol":"https","path":["api","recipes","user","1"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3607a21d-7890-4255-8a72-c6824a7b0a82"},{"name":"recipes/:id (recipe id)","id":"a647291f-4150-4814-9754-8f2fe534b0ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"authorization","type":"text","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU"}],"body":{"mode":"raw","raw":"{\r\n        \"title\": \"Testing if this works\",\r\n        \"source\": \"Aunt\",\r\n        \"prep_time\": \"10 minutes\",\r\n        \"cook_time\": \"10 minutes\",\r\n        \"servings\": 6,\r\n        \"image\": null,\r\n        \"share_link\": null\r\n} \r\n        ","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/recipes/3","description":"<p>update a recipe </p>\n","urlObject":{"protocol":"https","path":["api","recipes","3"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a647291f-4150-4814-9754-8f2fe534b0ca"},{"name":"recipes/:id (recipe id)","id":"5221c7fe-c8ea-4562-b02e-f59d8b7dd54d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/recipes/3","description":"<p>deletes recipe by id</p>\n","urlObject":{"protocol":"https","path":["api","recipes","3"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5221c7fe-c8ea-4562-b02e-f59d8b7dd54d"},{"name":"tags","id":"001dfafc-7474-468f-9c82-4c156d16a071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"javascript"}}},"url":"https://ac-family-recipes.herokuapp.com/api/tags","description":"<p>gets all tags (catagories)</p>\n","urlObject":{"protocol":"https","path":["api","tags"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"001dfafc-7474-468f-9c82-4c156d16a071"},{"name":"tags/:id (tags id)","id":"86fe85d0-1524-4829-b547-56ff5476e326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"javascript"}}},"url":"https://ac-family-recipes.herokuapp.com/api/tags/1","description":"<p>gets a tag (catagory) by id</p>\n","urlObject":{"protocol":"https","path":["api","tags","1"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"86fe85d0-1524-4829-b547-56ff5476e326"},{"name":"tags","id":"2003881c-7536-4a17-b406-efd1d0e9f5b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"tag_name\": \"Quick\"  \r\n}","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/tags","description":"<p>create a new tag (catagory)</p>\n","urlObject":{"protocol":"https","path":["api","tags"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2003881c-7536-4a17-b406-efd1d0e9f5b8"},{"name":"ingredients","id":"4387f11a-33a2-4bc4-a1d2-dae491cefef5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/ingredients","description":"<p>Gets all ingredients</p>\n","urlObject":{"protocol":"https","path":["api","ingredients"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4387f11a-33a2-4bc4-a1d2-dae491cefef5"},{"name":"ingredients/:id (ingredients id)","id":"4a44fae3-81d2-4bea-ab74-74f5c712c35f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/ingredients/1","description":"<p>gets ingredient by ingredient id</p>\n","urlObject":{"protocol":"https","path":["api","ingredients","1"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a44fae3-81d2-4bea-ab74-74f5c712c35f"},{"name":"ingredients","id":"73235096-c199-4f38-b766-b7bae87b3237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"ingredient_name\": \"Cumin\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/ingredients","description":"<p>create an ingredient</p>\n","urlObject":{"protocol":"https","path":["api","ingredients"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"73235096-c199-4f38-b766-b7bae87b3237"},{"name":"instructions/:id (recipe id)","id":"9d94a495-2660-4d83-b59c-dcd7ad0d89b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/instructions/5","description":"<p>gets ingredients by recipe id</p>\n","urlObject":{"protocol":"https","path":["api","instructions","5"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d94a495-2660-4d83-b59c-dcd7ad0d89b2"},{"name":"instructions/:id (recipe id)","id":"0434348f-2bd9-4557-b385-b9737a4a5500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n    \"step\": 41,\r\n    \"instruction_text\": \"do I work?.\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/instructions/recipes/5","description":"<p>creates an instruction by recipe id</p>\n","urlObject":{"protocol":"https","path":["api","instructions","recipes","5"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0434348f-2bd9-4557-b385-b9737a4a5500"},{"name":"instructions/:id (instruction id)","id":"3a5b4a79-e930-4363-87a1-7d4e88149424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"step\": 8,\r\n    \"instruction_text\": \"do I work XOXOXOXOX.\",\r\n    \"recipes_id\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/instructions/53","description":"<p>updates an instruction by instruction id</p>\n","urlObject":{"protocol":"https","path":["api","instructions","53"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a5b4a79-e930-4363-87a1-7d4e88149424"},{"name":"instructions/:id (instructions id)","id":"db60cdb2-b646-40cd-80e9-d55e4697f325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/instructions/53","description":"<p>deletes an instruction by an instruction id</p>\n","urlObject":{"protocol":"https","path":["api","instructions","53"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"db60cdb2-b646-40cd-80e9-d55e4697f325"},{"name":"ratings/recipe/:id (recipe id)","id":"6b5d1294-3a18-4069-843c-c08adadf1b23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","type":"text","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/ratings/recipe/5","description":"<p>get ratings by recipe id</p>\n","urlObject":{"protocol":"https","path":["api","ratings","recipe","5"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b5d1294-3a18-4069-843c-c08adadf1b23"},{"name":"ratings/insert","id":"69a7aea9-d683-40b6-acbe-e84265692092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"value\": 5,\r\n    \"comment\": \"otherxxxxxxx\",\r\n    \"recipes_id\": 5,\r\n    \"users_id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/ratings/insert","description":"<p>add a rating and comment to recipe</p>\n","urlObject":{"protocol":"https","path":["api","ratings","insert"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"69a7aea9-d683-40b6-acbe-e84265692092"},{"name":"ratings/delete/:id    (ratings id)","id":"f17de927-8b34-4f07-8ac9-b7bac77ff39d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"authorization","type":"text","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU"}],"body":{"mode":"raw","raw":"{\r\n    \"users_id\": 1, \r\n    \"recipes_id\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/ratings/delete/9","description":"<p>delete a rating by ratings id </p>\n","urlObject":{"protocol":"https","path":["api","ratings","delete","9"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f17de927-8b34-4f07-8ac9-b7bac77ff39d"},{"name":"ratings/update/:id (ratings id)","id":"724a03ba-c38a-410f-8ce2-6f9851a21cab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"authorization","type":"text","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0Ijo1LCJlbWFpbCI6InNob2xsZTdAZ21haWwuY29tIiwiaWF0IjoxNjAzMzI5Mjg2LCJleHAiOjE2MDM1MDIwODZ9.tRo_jRALuxWzw9wVSDLSvpvswt_pQdFOoRSkx7UwV2k"}],"body":{"mode":"raw","raw":"{\r\n    \"value\": 5,\r\n    \"comment\": \"do I work?\",\r\n    \"recipes_id\": 3,\r\n    \"users_id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/ratings/update/4","description":"<p>update a rating or comment by rating id</p>\n","urlObject":{"protocol":"https","path":["api","ratings","update","4"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"724a03ba-c38a-410f-8ce2-6f9851a21cab"},{"name":"recipe_ingredient","id":"03478d5d-a7db-4b1c-9f1d-20914a46185a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"Vbearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n    \"recipes_id\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/recipe_ingredients","description":"<p>get a recipe ingredient showing the quanty and amount (such as 1 cup or 1/4 tsp)</p>\n","urlObject":{"protocol":"https","path":["api","recipe_ingredients"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"03478d5d-a7db-4b1c-9f1d-20914a46185a"},{"name":"recipe_ingredient/add","id":"87da2cd8-d830-4769-a2f8-95534496242f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"qty_amount\": 4,\r\n    \"qty_type\": \"Cloves\",\r\n    \"recipes_id\": 5,\r\n    \"ingredients_id\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/recipe_ingredients/add","description":"<p>creates a new recipe ingredient by adding quanty and amount (such as 1 cup or 1/2 tsp) </p>\n","urlObject":{"protocol":"https","path":["api","recipe_ingredients","add"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"87da2cd8-d830-4769-a2f8-95534496242f"},{"name":"recipe_ingredient/delete","id":"9b44fad3-bc41-4c7b-9825-0b4084f841de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"recipes_ingredients_id\": 48\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/recipe_ingredients/delete","description":"<p>Delete a recipe ingredient showing quanty and amount (such as 1 cup or 1/3 tsp)</p>\n","urlObject":{"protocol":"https","path":["api","recipe_ingredients","delete"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b44fad3-bc41-4c7b-9825-0b4084f841de"},{"name":"recipe_tags","event":[{"listen":"prerequest","script":{"id":"7b536628-b92b-4373-8312-46ba8cdee799","exec":[""],"type":"text/javascript"}}],"id":"3ffc8550-9ed5-47da-a52a-c5b112399012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"recipes_id\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/recipe_tags","description":"<p>gets tags with recipes</p>\n","urlObject":{"protocol":"https","path":["api","recipe_tags"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ffc8550-9ed5-47da-a52a-c5b112399012"},{"name":"recipe_tags/add","id":"802361d9-6f5f-45f2-bb16-3fd73b1e229e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tags_id\": 2,\r\n    \"recipes_id\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/recipe_tags/add","urlObject":{"protocol":"https","path":["api","recipe_tags","add"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"802361d9-6f5f-45f2-bb16-3fd73b1e229e"},{"name":"recipe_tags/delete","id":"5eff7d5e-ebaa-4259-a915-a501ac9c624d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"authorization","value":"bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWJqZWN0IjoxLCJlbWFpbCI6InRlc3RAZ21haWwuY29tIiwiaWF0IjoxNjAzNzU1NDUyLCJleHAiOjE2MDM5MjgyNTJ9.0VuUCFcWNscOj29ZC2S6Pzu8fNnbEg8VSOY_iogI_zU","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"recipes_tags_id\": 2\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://ac-family-recipes.herokuapp.com/api/recipe_tags/delete","urlObject":{"protocol":"https","path":["api","recipe_tags","delete"],"host":["ac-family-recipes","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5eff7d5e-ebaa-4259-a915-a501ac9c624d"}]}