https://github.com/betterstack-community/nodejs-prometheus-demo
https://github.com/betterstack-community/nodejs-prometheus-demo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/betterstack-community/nodejs-prometheus-demo
- Owner: betterstack-community
- License: apache-2.0
- Created: 2024-06-16T09:42:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T10:24:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T21:44:39.494Z (over 1 year ago)
- Language: JavaScript
- Size: 9.75 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Movies App
Learn how to monitor Node.js applications with Prometheus.
**Tutorial**: [Monitoring Node.js Apps with Prometheus
](https://betterstack.com/community/guides/scaling-nodejs/nodejs-prometheus/)
## 🟢 Prerequisites
Ensure you have Node.js and npm installed on your machine.
## 📦 Getting started
- Clone this repository to your machine:
```bash
git clone https://github.com/betterstack-community/nodejs-prometheus-demo
```
- `cd` into the project folder and run `npm install` to download dependencies.
- Execute the command below to start the development server:
```bash
npm run dev
```
Open `http://localhost:3000/` in your browser to view a list of movies.
## âš– License
The code used in this project and in the linked tutorial are licensed under the [Apache License, Version 2.0](LICENSE).