jnaneswar / recipe-app-api

REST api using python,django_rest framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recipe-app-api

Manage Users

/api/user/create  
/api/user/token  
/api/user/me  

Manage Recipes

/api/recipe/tags  
/api/recipe/ingredients  
/api/recipe/recipes  
/api/recipe/recipe/<id>/  
  
  

About

REST api using python,django_rest framework

License:MIT License


Languages

Language:Python 98.8%Language:Dockerfile 1.2%