Please enable JavaScript.
Coggle requires JavaScript to display documents.
RECIPE APP - Coggle Diagram
RECIPE APP
MODELS
REGISTER
RECIPE
UPVOTE
COMMENTS
DIET
VIEWS
REGISTER
CREATE RECIPE
RECIPE LIST
RECIPE DETAILS
UPVOTE
COMMENTS
DIET CALORIES
LOGOUT
ACCOUNT
URLS
api/token
api/token/refresh_token
api/recipe/create/
api/recipe/list
api/recipe/details/<pk>
api/recipe/update/<pk>
api/recipe/delete/<pk>
api/register
api/logout
api/recipe/update/<pk>
api/recipe/upvote/<pk>
api/recipe/comments/<pk>