An example using kue with kue-ui within an express app.
- Node.js
- Yarn
- Redis
-
Clone this repo:
git clone git@github.com:fahdi/kue-express-ui.git cd kue-express-ui
-
Install dependencies:
yarn
-
Add
development.json
with the following content:{ "port": 3500, "redis": "redis://localhost:6379" }
-
Start the application:
yarn start
- Access the default queue interface at http://localhost:3500/api/
- Access the kue-ui at http://localhost:3500/kue
MIT