- Creating background tasks with Typescript
- Nodejs >= 18
- Docker
- Docker-compose
-
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