TAVSHIL is letting you be chef with your'e home ingredients! all you need is just add your'e ingredients.
Before entering the site:
- For installing all modulus -
npm install
- Open DB mongo client on default port - 27017.
mongod.exe
- For DB inserting - run
node ./scrape/Scraping.js
- Open the server
node ./server.js
Site guideness:
- In the home page you have text input - you can add ingredients and delete them if needed (for example, insert "cheese" for some results).
- To end .1. enter submit.
- If there are recipes with those ingredients: You will show the recipe name, picture and nutrition data. If clicled you will get to the full-recipe.
else, you can click on "back" and search again.