This is a simple Node.js application simulating a fruit stand.
Install dependencies using npm install.
To run the application: node src/server.js
You can see your app running at : http://localhost:3000
- If you don’t already have an AppDynamics account, create a trial account here: https://www.appdynamics.com/free-trial/
- After creating the account, choose "Use your own app", you'll see a Getting Started Wizard dashboard.
- Follow getting started wizard for Node.js to integrate the AppDynamics agent to this Sample Application. Name your application and tier "MiniHack".
- Wait until both dotted lines are green as below, then continue to AppDynamics dashboard.

- Throw some errors using the example app by clicking “Generate Errors” button in the example, and observe the results in the AppDynamics APM Dashboard.