Skip to content

Commit

Permalink
fix: remove non-working restapi example (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
geofmureithi authored Jul 10, 2024
1 parent 7159edb commit 8ae48dc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 383 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ members = [
"examples/axum",
"examples/prometheus",
"examples/tracing",
# "examples/rest-api",
"examples/async-std-runtime",
"examples/basics",
"examples/redis-with-msg-pack",
"examples/redis-deadpool",
"examples/redis-mq-example", "examples/cron",
"examples/redis-mq-example",
"examples/cron",
]


Expand Down
19 changes: 0 additions & 19 deletions examples/rest-api/Cargo.toml

This file was deleted.

14 changes: 1 addition & 13 deletions examples/rest-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,4 @@

![UI](https://github.com/geofmureithi/apalis-board/raw/master/screenshots/workers.png)

## Backend

```
cd examples && cargo run -p rest-api
```

## Frontend

```
git clone https://github.com/geofmureithi/apalis-board
cd apalis-board
yarn && yarn start:dev
```
Please see https://github.com/geofmureithi/apalis-board for a working example
Loading

0 comments on commit 8ae48dc

Please sign in to comment.