Skip to content

Hotel reservation tracking app built on Salesforce technology.

Notifications You must be signed in to change notification settings

jdomowicz/CC-HotelApp

Repository files navigation

CC Hotel App


CC Hotel App is build to manage reservation for for CC hotel company. It includes LWC UI for support team to manage customer reservations

Quick Start

  • Open DevHub
  • Create Scratch Org using sfdx force:org:create -f project-scratch-def.json -a MyScratchOrg
  • Push metadata sfdx force:source:push -u MyScratchOrg -f
  • Assign Permission Set sfdx force:user:permset:assign --permsetname Hotel_User -u MyScratchOrg
  • Import Data - Rooms and Hotels sfdx force:data:import:tree -p ./data/Hotel__c-Room__c-plan.json -u MyScratchOrg
  • Import Data - Contacts sfdx force:data:import:tree -p ./data/export-contact-Contact-plan.json -u MyScratchOrg
  • Open Hotel App and explore!

Overwiev

  • Hotel Home App Tab - search for available rooms and make reservatios
  • Hotels 360 - hotel reservation overview
  • Spoonacular - integration with spoonacular API to query food recipes from external service (by id,by name,random recipe)

(back to top)