Skip to content

Uma aplicação que executa tarefas em background com filas, usando o Node.js e o Redis.

Notifications You must be signed in to change notification settings

dev-mariana/tarefas-background

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tarefas em Background - Background Tasks

Uma aplicação que executa tarefas em background com filas, usando o Node.js e o Redis.

An application that performs tasks in the background with queues, using Node.js and Redis.

Dependências - Dependencies

  • Express.js
  • Nodemon
  • Bull
  • BullBoard
  • Nodemailer
  • Password-Generator
  • Redis
  • Docker

Instalação - Installation

  1. Clone o repositório git clone git@github.com:dev-mariana/projeto.git.

    Use git clone in the repository git clone git@github.com:dev-mariana/projeto.git.

  2. Entre no diretório e instale as dependências npm install.

    Access the directory of project and install the dependencies npm install.

  3. Instale o Docker para rodar o Redis, e depois execute o comando $ docker run --name lab01redis -p 6379:6379 --detach redis.

    Install Docker to run Redis, then run the command $ docker run --name lab01redis -p 6379:6379 --detach redis.

Ambiente Local - Development Server

  • Use npm start para rodar a aplicação no localhost: http://localhost:8080/.

    Run npm start for a development server, navigate to http://localhost:8080/.

  • E use npm run queue para iniciar o serviço de fila em background.

    And run npm run queue to start the queue service in the background.

About

Uma aplicação que executa tarefas em background com filas, usando o Node.js e o Redis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published