Paraffin API Server

Build Status Greenkeeper badge

Paraffin api server using the parse-server module on Express.

Read the full Parse Server guide

Installation

For Local Development

Using it

Before using it, you can access a test page to verify if the basic setup is working fine http://localhost:1337/test. Then you can use the REST API, the JavaScript SDK, and any of Parse open-source SDKs:

Example request to a server running locally:

curl -X POST \
  -H "X-Parse-Application-Id: APP_ID" \
  -H "Content-Type: application/json" \
  -d '{}' \
  http://localhost:1337/api/functions/hello