DEMO for Node.js in the App Engine Flexible Environment
This is the sample application for the Quickstart for Node.js in the App Engine Flexible Environment tutorial found in the Google App Engine Node.js Flexible Environment documentation.
Setup
Before you can run or deploy the sample, you need to do the following:
-
Refer to the [appengine/README.md][readme] file for instructions on running and deploying.
-
Install dependencies:
With
npm
:npm install
Running locally
With npm
:
npm start
Deploying to App Engine
With npm
:
npm run deploy
Boat-and-Slip
NODEJS NOSQL OAUTH2.0
Application:
http://custom-hold-200307.appspot.com/
Path://
/start: using OAuth 2.0 and authorize user for Google+ access
/boat: HTTP GET/POST/PATCH/PUT/DELETE
/slip: HTTP GET/POST/PATCH/PUT/DELETE
Verified on Postman