Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/politician/myapp
TEST
https://github.com/politician/myapp
Last synced: about 2 months ago
JSON representation
TEST
- Host: GitHub
- URL: https://github.com/politician/myapp
- Owner: politician
- License: apache-2.0
- Created: 2022-03-15T11:45:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:07:37.000Z (about 1 year ago)
- Last Synced: 2024-10-18T22:48:28.548Z (3 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js App (Javascript)
Production-ready Node.js app.
## Key features
- Local development on your native Node.js installation or any combination of:
- **Image**: Development ([Official Node.js image](https://hub.docker.com/_/node)), Production ([Official distroless image](https://github.com/GoogleContainerTools/distroless)), Production debugging ([Official distroless debug image](https://github.com/GoogleContainerTools/distroless#debug-images))
- **Environment**: Docker, Kubernetes
- Multi-stage Docker build
- Live reload for faster development feedback
- Pre-configured VS Code debugger
- Full observability (health, logs, metrics, traces)
- Graceful shutdowns
- Auto-publish signed images
- Example deployments to Kubernetes, Heroku and Fly## [Develop](docs/development.md)
## [Release](docs/release.md)
## [Deploy](docs/deployment.md)
## [Observe](docs/observability.md)