This is my second application using Nodejs. Improving my skills each time.
This is a webapp that connects to the Spoonacular API to give curarted recipes, nutritional information, etc.
- Daily Features Recipes
- Recipe exlloration with dietary, ingredient, cuisine and allergen filters.
- Curated youtube videos with same filters.
- A favourites recipe box to store recipes for later. Includes recipe summary and alternate suggestions.
- Image hyperlinks to full recipe instructions, nutritional information, health, cooking, green tips and cost/serving.
- Sommelier - your personal wine connoisseur who tells you which wine goes with which food & vice-versa.
- Foodbot - chat in natural language and get recipes, tips, nutritional information.
- Profile to save your calorie needs, allergens, diet info and meal-plans.
Github Repository: Click here
root/ project root directory
├─ bin/ web server launch & project startup
├─ public/ public assets
├─ routes/ project browsing routes
├─ views/ markup & templates for rendered pages
├─ node-modules/ all node modules and their pre-req
- Download and unzip repository
- Install dependencies
- Run the application bin/www
$git clone https://github.com/chris-kck/Sous-Chef.git
$ npm install
$ npm run start
Browse http://localhost:8080
Login with your name or just a pseudonym and see what's cooking!