a notification system that informs you when new stuff is up for sale in your favourite tea store.
- Checkout sources
- Build with
./gradlew build
The service requires the following environment variables:
MAILJET_KEY- a Mailjet key that is used for sending notification emailsMAILJET_SECRET- a Mailjet secret that is used for sending notification emailsNOTIFICATION_SENDER- an email that is configured in Mailjet and is used as a sender of notificationsNOTIFICATION_RECIPIENTS- a comma separated list of notification recipients. Addresses must follow RFC822 syntax.
Run java -jar tea-buddy-X.X.X-SNAPSHOT.jar
Run ./gradlew build && docker build -t tea-buddy .
Copyright © 2024 Pavel Prokopenko