This application is part of my Salesforce Integration Crash Course. Checkout my tutorials on SFDCFacts Academy's youtube channel.
- Make sure you have node and npm installed
- Make sure you have setup Salesforce CLI and SFDX
- Make sure you have git installed
- Clone this repo to your local
git clone https://github.com/choudharymanish8585/apex-integration-crash-course.git
- Open Terminal/Command Prompt and move inside the project folder
- Authorize a Salesforce Org
sfdx force:auth:web:login -a TestOrg1
- Deploy all metadata to the Salesforce Org
sfdx force:source:deploy -p force-app/main/default/
- Assign permission set to current user
sfdx force:user:permset:assign -n Receipe_App
- Open Saleforce Org
sfdx force:org:open
and open 'Receipe Search' tab from application launcher - Open 'Spoonacular' Apex Class in Developer Console and replace the 'API_KEY' value with your own spoonacular api
- Come back to Salesforce Org, and in Application Launcher search for 'Receipe Search'
Have Fun!! Subscribe to my youtube channel for more!!