An open API service indexing awesome lists of open source software.

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

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`