Skip to content

sqreen/funAPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

funAPM

To run this project, you will need to have MongoDB available on your computer then:

  • clone this repository
  • npm install in this repository and in the testApp directory
  • start the test application with node testApp/server.js

You can then interact with this application with the following curl commands

curl -H "Content-Type: application/json" -X POST -d '{"name":"xyz"}' http://localhost:9090/cats
curl http://localhost:9090/cats
curl http://localhost:9090/destroyrandom

After the server is stopped, a file name viewer.html is created to display the results that can be found in apm_logs.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published