Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 958 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 958 Bytes

My-Recipe-App

Recipe Logo

  1. Creating a recipe record with name, description, difficulty and ingredients list
  2. Adding ingredients from each recipe to a shopping list
  3. Saving your recipes book on Google Cloud for backup and restore to never miss your recipes

Link For Project Description

Project Presentation

Nodejs installation

  1. Install nodejs from here on your computer.

  2. Confirm node if installed by typing node -v in the terminal. (I did this in the git bash terminal)

  3. Navigate into project folder using the terminal commands.

  4. To run the downloaded file / clone file.(After the above steps)

  npm install
  npm install ionic cordova -g
  ionic server