Skip to content

CodePath-MAF/CloudCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Parse Cloud Code

Share Cloud Code functions used on both iOS and Android Apps.

Setup Instructions

  • Clone the repository

git clone https://github.com/CodePath-MAF/CloudCode.git

  • Create the config file

Create config/global.json and add in the Parse Application & Client ID for the project following this sample:

{
    "applications": {
        "CodePath - MAF": {
            "applicationId": "PARSE_APPLICATION_ID",
            "masterKey": "PARSE_MASTER_KEY"
        },
        "_default": {
            "link": "CodePath - MAF"
        }
    }
}

Note: This config file will be gitginore.

  • Install the Command Line Tool

curl -s https://www.parse.com/downloads/cloud_code/installer.sh | sudo /bin/bash

Deploy Instructions

When you're ready to deploy changes to parse run: parse deploy

About

Cloud Parse code common to both apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •