Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vdeturckheim authored Nov 5, 2017
1 parent 4d59cd2 commit bd93502
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# funAPM
# 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`

0 comments on commit bd93502

Please sign in to comment.