GitXplorerGitXplorer
S

app-engine-quickstart

public
1 stars
0 forks
13 issues

Commits

List of commits on branch main.
Verified
0afc0db848697be138c7b83713af9785d0bc3866

feat: Added ExpressJS HelloWorld

SSyed-Umair committed 4 years ago
Verified
2054c20f4219afa73eba8d4de6cec9938c22c7bf

Initial commit

SSyed-Umair committed 4 years ago

README

The README file for this repository.

app-engine-quickstart

Simple Hello World Node.js sample for Google App Engine Standard Environment

Setup

npm install

Running locally

npm start

Deploying to App Engine

gcloud app deploy

Running the tests

npm run test