/Recipe-Website

Basic Website using Flask , HTML, CSS and JS

Primary LanguageHTML

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