Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steren/sample-app

A sample Node.js application
https://github.com/steren/sample-app

Last synced: about 1 month ago
JSON representation

A sample Node.js application

Awesome Lists containing this project

README

        

# A simple Node.js application sample

The application depends on Google Cloud Datastore.

## local development

Run `gcloud auth application-default login` to get credentials that allow you to connect to your Datastore instance.

Install dependencies: `npm install`

Then run the app with `npm start`