Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.45 KB

readme.md

File metadata and controls

38 lines (28 loc) · 1.45 KB

What's In My Fridge? REST API

What's In My Fridge? is a REST API which suggests users various recipes based on the ingredients selected. Check it out here: What's In My Fridge? REST API

Table of contents

General info

The project consists of a database consisting of 10,000+ unique recipies and 700+ different ingredients to choose from. Users can enter the ingredients available to them in their home/fridge, and the API will suggest possible recipes which can be prepared from those ingredients!

Technologies

  • Django - Python Web Framework
  • Django Rest Framework - A Django Framework to create REST API's
  • Heroku - Used for Deployment
  • Gunicorn - Application Server
  • PostgreSQL - Database Management System

Endpoints

List of endpoints to fetch data

Status

Project is finished

Authors