- Clone the Repo
git clone https://github.com/Gnar1337/send_blue.git cd send_blue- (optional) change
QUEUE_INTERVALvalue to change the interval between emptying the queue in thedocker-compose.yamlits set to 180 seconds - run
docker compose up - Navigate to
http://localhost:5173/to schedule - to change the queue send time use this url get
http://localhost:8080/gateway/interval?seconds=180this example will change the queue time to 180 seconds
- vue
- go
- postgres
- gRPC
- Docker
Gnar1337