Skip to content

An API-based Express.js app that uses REST API to provide users with data, and directly manipulates DOM model.

Notifications You must be signed in to change notification settings

artyom-morozov/Recipe-Returner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Returner

A full-stack web application built with Node.js, Express.js and the Food2Fork API that helps users find recipes for leftover ingredients. The application allows users to search Food2Fork database for recipes by querying specific set of ingredients.

Software Versions

  • node v8.12.0
  • npm 6.4.1
  • express 4.16.4
  • request 2.88.0"
  • Windows 10 Version 10.0.17134 Build 17134 X64
  • Google Chrome Version 69.0.3497.100 (64-bit)

Launching Instructions

  1. install node.js
  2. provide a directory to app.js for the console
  3. first install the dependencies in package.json by executing npm install in the console
  4. execute the app with node app.js in the console
  5. visit any of the following in your browser

General Instructions

When visiting any of the URL's provided above, user will see an empty page with a text field and a "submit" button For recipes to be shown user needs to type the name of the ingredient and press "submit" or visit this link and replace Cake with the ingredient wanted

About

An API-based Express.js app that uses REST API to provide users with data, and directly manipulates DOM model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published