Skip to content

Badaueba/forecast-background-process-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forecast Background Process

  • Creating background tasks with Typescript

Dependencies

  • Nodejs >= 18
  • Docker
  • Docker-compose

Running

  • Change .env-example to .env

  • (optional) replace env variables if you need it

  • Start redis cache db with docker

docker-compose up -d
  • Install npm dependencies
yarn install

  • Start the application

yarn start

About

Using background queue task to show forecast results with typescript, docker, bull and express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published