Recipe API
REST API made with DRF and deployed to AWS EC2. Users can create and search recipes with multiple ingredients, tags and image.
There is custom user model that provides registration with email instead of username. It uses tokenAuth. After registration user can obtain token and use api.
User can create recipes with multiple ingredients, tags and with one image. User can get a list of recipes, ingredients and tags. He can change them, retrieve by id and delete. Get recipes with filter ingredients and tags and more.
There is custom user model that provides registration with email instead of username. It uses tokenAuth. After registration user can obtain token and use api.
User can create recipes with multiple ingredients, tags and with one image. User can get a list of recipes, ingredients and tags. He can change them, retrieve by id and delete. Get recipes with filter ingredients and tags and more.