Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/steren/sample-app
- Owner: steren
- Created: 2018-01-27T00:45:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T02:13:10.000Z (almost 7 years ago)
- Last Synced: 2024-10-05T11:41:22.337Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`