wojdyga / sfdc-heroku-remotetasks

Training app for Salesforce Academy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sfdc-heroku-remotetasks

A training Scala app (using the Play framework) for Salesforce Academy. Deploy this project to Heroku and call this external service via REST from your Apex code.

Running Locally

Make sure you have Play, sbt and Postgresql installed. Also, install the Heroku Toolbelt.

$ git clone https://github.com/wojdyga/sfdc-heroku-remotetasks.git
$ cd sfdc-heroku-remotetasks
$ sbt compile stage
$ export DATABASE_URL=jdbc:postgresql:///$(whoami)
$ heroku local

Your app should now be running on localhost:5000.

Deploying to Heroku

Deploying this app to Heroku run Postgresql by default.

$ heroku create
$ git push heroku master
$ heroku open

Documentation

For more information see these Dev Center articles:

About

Training app for Salesforce Academy

License:Other


Languages

Language:Scala 57.5%Language:HTML 37.1%Language:CSS 4.7%Language:JavaScript 0.7%