Git Product home page Git Product logo

contact-tracing's Introduction

Contact Tracing App

Sample Contact Tracing app built on Salesforce Platform.

Contact_Tracing_App

This application is part of my course "Salesforce Apex Development". Enroll now to get access to detailed explaination.

The course is designed for all experience levels and covers Apex Development from basics (and I really mean it) with Lightning front-end development. The course is filled with many challenges and real-time projects to help you build that muscle memory and make you a proficient Salesforce Developer. This indeed is

"ONE COURSE TO RULE THEM ALL"

It's impossible to highlight all offering of this course here, but below are some major modules:
  • Web Application Architecture
  • Programming Fundamentals
  • Apex Development
  • Async Apex
  • Aura Framework Development
  • SOQL - Salesforce Object Query Language
  • SOSL - Salesforce Object Search Language
  • Database Manipulation
  • Object-Oriented Programming System

Install Object Schema

Make sure you have "git" and Salesoforce CLI installed in your system. Follow below steps to upload object schema along with permission set in your Salesforce Org.

  • Clone "schema-metadata" branch from this git repo git clone --branch schema-metadata https://github.com/choudharymanish8585/contact-tracing.git
  • Open Terminal/Command Prompt and navigate to above folder
  • Authorize your Salesforce Org sfdx force:auth:web:login -a TestOrg1
  • Deploy all metadata to your Salesforce Org sfdx force:source:deploy -p force-app/main/default/
  • Assign permission set to current user sfdx force:user:permset:assign -n Health_Admin
  • Open Saleforce Org sfdx force:org:open and switch to "Contact Tracing" application

Install Entire Application

Make sure you have "git" and Salesoforce CLI installed in your system. Follow below steps to upload object schema along with permission set in your Salesforce Org.

  • Clone "master" branch from this git repo git clone https://github.com/choudharymanish8585/contact-tracing.git
  • Open Terminal/Command Prompt and navigate to above folder
  • Authorize your Salesforce Org sfdx force:auth:web:login -a TestOrg1
  • Deploy all metadata to your Salesforce Org sfdx force:source:deploy -p force-app/main/default/
  • Assign permission set to current user sfdx force:user:permset:assign -n Health_Admin
  • Open Saleforce Org sfdx force:org:open and switch to "Contact Tracing" application

contact-tracing's People

Contributors

choudharymanish8585 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.