Deploying your backend server

in 5 simple steps

MORE TUTORIALS

Create an App

To create a new app, visit the Heroku Dashboard and select Create new app from the drop-down menu.

Step 1 of 5

Install a MongoDB add-on

Click the Resources tab, then select and install the MongoLab add-on.

Step 2 of 5

Fork repository on Github

To connect the parse-server-example to your Heroku app, you must enable the GitHub integration, and connect the app to the parse-server-example repo.

When the connection is established, the dashboard will update.

Step 3 of 5

Connect to Github

To connect the parse-server-example to your Heroku app, you must enable the GitHub integration, and connect the app to the parse-server-example repo.

When the connection is established, the dashboard will update.

Step 4 of 5

Deploy

Trigger a manual deployment of the master branch.

Step 5 of 6

Test

If the parse-server-example has been successfully deployed, you will now see, “I dream of being a web site.”

You can now use the standard REST interface, JavaScript SDK, and any of the Parse open-source SDKs.

curl -X POST \
-H "X-Parse-Application-Id: myAppId" \
-H "Content-Type: application/json" \
-d '{}' \
https://example.herokuapp.com/parse/functions/hello