tyler-a-cox / recipe-app

Web app to make finding recipes and shopping easier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Application to Make Meal Planning and Shopping Easier

Heroku for API AWS for Database

Backend Implementation

Web Crawler

asfd

Recipe Parser

asdf

Ingredient Parser

NER NLP

React Information

This project was bootstrapped with Create React App.

Database Schema

Table: Recipe

  • id = 0
  • title = 'Pizza'
  • servings = 6
  • time = '54'
  • calories = '540'

Table: Ingredients

  • id = 0

  • ingredient = 'flour'

  • amount = 2

  • measurement = 'cups'

  • recipe_id = 0

  • id = 1

  • ingredient = 'eggs'

  • amount = '3'

  • measurement = ''

  • recipe_id = 0

About

Web app to make finding recipes and shopping easier


Languages

Language:Python 67.2%Language:JavaScript 13.7%Language:HTML 12.2%Language:CSS 6.8%