0.0.1 • Published 6 years ago

appengine-parse-server v0.0.1

Weekly downloads
-
License
Apache Version 2....
Repository
-
Last release
6 years ago

Parse-server sample for Google App Engine

This sample shows how to deploy a Parse-server app to Google App Engine Node.js standard environment and flexible environment.

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 to App Engine standard environment

  1. Set the necessary environment variables.
  2. gcloud app deploy app.standard.yaml

Deploy to App Engine flexible environment

  1. Set the necessary environment variables.
  2. gcloud app deploy app.flexible.yaml

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