Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.29 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.29 KB

Description

This is a Recipe Search web application that helps get data in a clean manner from this API.

Perks

  • Clean and Simple UI
  • Simple Search Interface
  • Quick Sorting by
    • Calories per serving
    • Time taken for preparation
    • Diet Type

User Interface

Landing Page

ScreenShot

Search

ScreenShot

Search Results

ScreenShot

ScreenShot

Deployment

This web app has been deployed here using Heroku

Technology Used

  • Flask (Python)
  • JavaScript
  • CSS
  • HTML
  • Edamam API

Getting Started

Installation

Use the package manager pip to install the requirements.txt .

pip install -r requirements.txt

Usage

In bash terminal type the follwing commands to deploy it locally.

export FLASK_APP=app.py
flask run