Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pawurb committed Nov 22, 2024
1 parent 24ba18f commit 83c8695
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,24 @@ pgextras diagnose

![Diagnose report](pg-extras-diagnose-report.png)

## Web UI

Alternatively, you can use the application via the web UI. You have to enable the `web` feature flag:

```bash
cargo install pg-extras --features="web"
```

Now you can run:

```
pgextras web
```

To run the server on `http://localhost:3000` (you can customize the port by setting the `PORT` ENV).

![Web UI](pg-extras-web-ui.png)

Keep reading to learn about methods that `diagnose` uses under the hood.

## Available methods
Expand Down
Binary file added pg-extras-web-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 83c8695

Please sign in to comment.