Skip to content

Latest commit

 

History

History
 
 

parse-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Parse-server sample for Google App Engine

This sample demonstrates deploying a Parse-server app to Google App Engine Managed VMs.

Setup

  1. Create a project in the Google Cloud Platform Console.
  2. Enable billing for your project.
  3. Install the Google Cloud SDK.
  4. Setup a MongoDB server. Here are two possible options:
  5. Create a Google Compute Engine virtual machine with MongoDB pre-installed.
  6. Use MongoLab to create a free MongoDB deployment on Google Cloud Platform.

Downloading Files

  1. git clone https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git
  2. cd appengine/parse-server

Running locally

  1. npm install
  2. Set the necessary environment variables.
  3. npm start

Deploy

  1. Set the necessary environment variables.
  2. npm run deploy

Refer to the appengine/README.md file for more instructions on running and deploying.