Simple server side app to run and test background jobs
yarn install
create a .env and set all the necessary data provided on: .env.example
if using locally instance run:
sudo docker run --name redis -p port:port -d -t redis:alpine
yarn dev
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple server side app to run and test background jobs
yarn install
create a .env and set all the necessary data provided on: .env.example
if using locally instance run:
sudo docker run --name redis -p port:port -d -t redis:alpine
yarn dev