graphs website added
This commit is contained in:
@@ -6,10 +6,11 @@ result with HTMX, Alpine.js, and ECharts.
|
||||
|
||||
## Run
|
||||
|
||||
Start the main komp_ac gRPC server, then run:
|
||||
The web UI is a library started by the main server; it is no longer a standalone
|
||||
binary. From the parent workspace, start the server normally:
|
||||
|
||||
```sh
|
||||
cargo run
|
||||
cargo run -p server -- server
|
||||
```
|
||||
|
||||
Open <http://127.0.0.1:3000/login> to log in, then use the analytics page at
|
||||
@@ -19,7 +20,7 @@ Open <http://127.0.0.1:3000/login> to log in, then use the analytics page at
|
||||
```sh
|
||||
ANALYTICS_GRPC_ENDPOINT=http://127.0.0.1:50051 \
|
||||
LISTEN_ADDRESS=127.0.0.1:8080 \
|
||||
cargo run
|
||||
cargo run -p server -- server
|
||||
```
|
||||
|
||||
The first SQL result column is used for category labels. Bar and line charts use
|
||||
|
||||
Reference in New Issue
Block a user