This is a Recipe Search web application that helps get data in a clean manner from this API.
- Clean and Simple UI
- Simple Search Interface
- Quick Sorting by
- Calories per serving
- Time taken for preparation
- Diet Type
This web app has been deployed here using Heroku
- Flask (Python)
- JavaScript
- CSS
- HTML
- Edamam API
Use the package manager pip to install the requirements.txt
.
pip install -r requirements.txt
In bash terminal type the follwing commands to deploy it locally.
export FLASK_APP=app.py
flask run