https://github.com/betterstack-community/books-app
https://github.com/betterstack-community/books-app
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/betterstack-community/books-app
- Owner: betterstack-community
- License: apache-2.0
- Created: 2024-04-14T10:04:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T10:33:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T11:17:23.317Z (about 1 year ago)
- Language: JavaScript
- Size: 35.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Books app
Learn how to use the Performance API with Prometheus
**Tutorial**: [Node.js Performance Monitoring: A Beginners Guide
](https://betterstack.com/community/guides/scaling-nodejs/nodejs-performance-monitoring/)

## 🟢 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/books-app
```
- `cd` into the project folder and run `npm install` to download dependencies.
- Execute the command below to start the development server:
```bash
npm start
```
- Visit `http://localhost:3000`
in your browser to register the first user.
## âš– License
The code used in this project and in the linked tutorial are licensed under the [Apache License, Version 2.0](LICENSE).