readme for api

This commit is contained in:
burnettk 2024-03-27 14:58:29 -04:00
parent e35a46e10c
commit bc0574840f
No known key found for this signature in database
1 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,14 @@ The default username is `spiffuser` and the password is `spiffpass`, as configur
Health checks are configured for the `spiffworkflow-backend` and `spiffdb` services to ensure they are ready before dependent services start.
## Interacting with the API
```sh
# get a token and store it in a file
./bin/get_token admin > /tmp/t
```
### Troubleshooting:
If you encounter any issues with the services, check the logs using `docker-compose logs`.