Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.08 KB

Recipe API

An API for storing, creating and saving images of your cooking.

Endpoints

User Endpoints

  • /api/user/create - Create a new user
  • /api/user/token - Retrieve a new token
  • /api/user/me - Retrieve the users information

Recipe Endpoints

  • /api/recipe/tags - Retrieve
  • /api/recipe/ingredients -
  • /api/recipe/recipes -

Built With

  • Django - A high-level Python Web framework.
  • Django Rest Framework - A powerful and flexible toolkit for building web APIs.
  • React - A JavaScript library for building user interfaces.
  • Redux - A predictable state container for JavaScript apps.