Flay helps you cook by putting 23,000 plus recipes at your fingertips. Flay provides a variety of curated recipes. Search by ingredients or recipe name.
This project imports a kaggle recipe dataset and breaks down the recipe by ingredients for better access.
To build this project you will need Docker and Docker Compose.
After cloning this repository, you can type the following command to start the simple app:
make install
Then simply visit localhost:5000 !
Docker documentation https://docs.docker.com/get-docker/
Flask installation https://flask.palletsprojects.com/en/1.1.x/installation/
Dockerize your flask app https://medium.com/@tasnuva2606/dockerize-flask-app-4998a378a6aa
Vagrant + docker https://www.vagrantup.com/docs/providers/docker/basics
Helpful github repo using flask and mongodb https://github.com/DewaldOosthuizen/python_rest_tutorial
Simple restful api with docker https://medium.com/@daniel.carlier/how-to-build-a-simple-flask-restful-api-with-docker-compose-2d849d738137
Flask project layout https://flask.palletsprojects.com/en/1.1.x/tutorial/layout/
Flask and mongodb + vagrant repo https://github.com/veerendra2/flask-mongodb-app/blob/master/Vagrantfile
Build a Flask app with Docker https://pythonise.com/series/learning-flask/building-a-flask-app-with-docker-compose
Composing a flask app line by line: https://medium.com/bitcraft/docker-composing-a-python-3-flask-app-line-by-line-93b721105777
Responsive UIs https://v4-alpha.getbootstrap.com/layout/responsive-utilities/