https://github.com/limit-zero/mmc-new-relic
A contrived "book" application using Node+Express and New Relic
https://github.com/limit-zero/mmc-new-relic
Last synced: 4 days ago
JSON representation
A contrived "book" application using Node+Express and New Relic
- Host: GitHub
- URL: https://github.com/limit-zero/mmc-new-relic
- Owner: limit-zero
- License: mit
- Created: 2018-05-23T01:47:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T01:50:32.000Z (about 8 years ago)
- Last Synced: 2025-05-22T19:44:00.836Z (about 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Silly Book App
With New Relic.
## Prerequisites
1. Install the LTS version of `node` [~8.11.x] (an installer is available at https://nodejs.org/)
2. Install `yarn` (using a package manager: on Mac, use Hombrew. On PC, well, figure it out 😉 - https://yarnpkg.com/ will provide guidance)
## Installation
1. Clone the repository
2. Navigate to the project directory using the command line/terminal
3. Run `yarn install`
4. Run `NEW_RELIC_KEY=your_key_here node index.js`
5. Using your web browser, view the "app" at `http://localhost:2112`