Skip to content

Commit

Permalink
readme for api
Browse files Browse the repository at this point in the history
  • Loading branch information
burnettk committed Mar 27, 2024
1 parent e35a46e commit bc05748
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit bc05748

Please sign in to comment.