Skip to content

Commit

Permalink
Added test-scripts README
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Jul 30, 2024
1 parent 49afc12 commit 43dc010
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test-scripts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Test Scripts

## hit_endpoint.sh
The `hit_endpoint.sh` script is a simple bash script that sends a GET request to localhost:8090/sign and prints the response. It is used to test the `/sign` endpoint of the server, the code for which can be found in [SignatureController.java](../src/main/java/us/dot/its/jpo/sec/controllers/SignatureController.java).

To run the script, simply execute the following command in the terminal:
```bash
./hit_endpoint.sh
```

0 comments on commit 43dc010

Please sign in to comment.