Skip to content

An example using kue with kue-ui within an express app

Notifications You must be signed in to change notification settings

fahdi/kue-express-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kue Example

Overview

An example using kue with kue-ui within an express app.

Setup

Prerequisites

  • Node.js
  • Yarn
  • Redis

Installation

  1. Clone this repo:

    git clone [email protected]:fahdi/kue-express-ui.git
    cd kue-express-ui
  2. Install dependencies:

    yarn
  3. Add development.json with the following content:

    { "port": 3500, "redis": "redis:https://localhost:6379" }
  4. Start the application:

    yarn start

Usage

License

MIT

About

An example using kue with kue-ui within an express app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published