Skip to content

LiamTX/queue-job

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Prerequisites

  • Redis installed in your machine:
$ docker run -d -p 6379:6379 -i -t redis:3.2.5-alpine
  • Create an account on: Ethereal Email

  • Create ".env" file on root directory with Ehereal info:

MAILER_HOST="***"
MAILER_PORT=***
MAILER_USER="***"
MAILER_PASS="***"

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

Routes

  • Proccess routes:
POST - 'http://localhost:3000/create-user'
POST - 'http://localhost:3000/create-user/batch'
  • To access admin queue route:
'http://localhost:3000/admin/queues'

About

Learning bull queue with nestjs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published