https://github.com/brkn/adonis-bull-demo-app
https://github.com/brkn/adonis-bull-demo-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brkn/adonis-bull-demo-app
- Owner: brkn
- Created: 2022-04-28T10:59:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T18:36:42.000Z (about 3 years ago)
- Last Synced: 2025-04-01T04:04:07.547Z (about 2 months ago)
- Language: TypeScript
- Size: 204 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# What
This is a demo for using (adonis-bull)[https://github.com/Rocketseat/adonis-bull/tree/alpha] package
#### Install
```sh
yarn install
```### To run
1. On terminal tab#left
```sh
yarn dev
```This will run the server on an open port, it should be 3333 by default.
2. On terminal tab#right
This will create a bull processer
```
node ace bull:listen -b -p 9999
```3. Go to `http://0.0.0.0:3333/?helloTo=felix` in your browser or send a get via Postman etc.
Your portnumber might be different so you might want to fix that in the url.