This commit is contained in:
Dave Horton
2019-12-06 10:41:26 -05:00
parent ace1b042da
commit 5b3d8b3349

View File

@@ -31,3 +31,6 @@ To run the included test suite, you will need to have a mysql server installed o
export MYSQL_ROOT_PASSWORD=foobar
npm test
```
#### Testing a deployed server
There is a swagger endpoint at `http://<your-ip>:3000/swagger` that can be used to exercise the APIs.