Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.43 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.43 KB

Receipe Search Application

This application is part of my Salesforce Integration Crash Course. Checkout my tutorials on SFDCFacts Academy's youtube channel.

Pre-requisite before deployment

  1. Make sure you have node and npm installed
  2. Make sure you have setup Salesforce CLI and SFDX
  3. Make sure you have git installed

Deployment Instructions

  1. Clone this repo to your local git clone https://github.com/choudharymanish8585/apex-integration-crash-course.git
  2. Open Terminal/Command Prompt and move inside the project folder
  3. Authorize a Salesforce Org sfdx force:auth:web:login -a TestOrg1
  4. Deploy all metadata to the Salesforce Org sfdx force:source:deploy -p force-app/main/default/
  5. Assign permission set to current user sfdx force:user:permset:assign -n Receipe_App
  6. Open Saleforce Org sfdx force:org:open and open 'Receipe Search' tab from application launcher
  7. Open 'Spoonacular' Apex Class in Developer Console and replace the 'API_KEY' value with your own spoonacular api
  8. Come back to Salesforce Org, and in Application Launcher search for 'Receipe Search'

Have Fun!! Subscribe to my youtube channel for more!!