A website dedicated to making every day life a little bit easier by removing the stress of deciding what to make.
Terminal commands to run:
- cd assets/python_scripts
- FLASK_APP=routes.py flask run
After running these commands:
- Open index.html in web browser (while FLASK_APP=routes.py flask run is still running)
- Type in an ingredient you would like to find recipes for
- Get recommended recipes
pip install flask
pip install flask flask-cors
pip install pandas