Skip to content

Multiplayer quiz app built on Salesforce technology (player app)

License

Notifications You must be signed in to change notification settings

forcedotcom/quiz-player-app

Multiplayer quiz app built on Salesforce technology (player app)

ℹ️ Please refer to the quiz host app for documentation.

Heroku deploy (recommended)

Click on this button and follow the instructions to deploy the app:

Deploy

Local setup (development only)

Create a .env file at the root of the project:

SF_LOGIN_URL='https://test.salesforce.com'
SF_API_VERSION='55.0'
SF_USERNAME='YOUR_SALESFORCE_USERNAME'
SF_PASSWORD='YOUR_SALESFORCE_PASSWORD'
SF_TOKEN='YOUR_SALESFORCE_SECURITY_TOKEN'
SF_NAMESPACE=''
QUIZ_API_KEY='YOUR_QUIZ_API_KEY'
COLLECT_PLAYER_EMAILS=false

Run the project with npm start