The Vacation-Bot manages the vacation reservation.
- JDK 8 installed and working
- MongoDB running
To integrate Vacation Bot with your Slack channel go to
Settings -> Add an app -> Manage -> Custom Integrations -> Bots -> Add Configuration
Choose the name for your bot in channel, e.g. vacationBot and copy generated token.
Add your token to the application.properties:
slackBotToken=<your-secure-token>
Start up the application.
👉 Remember not to share your token in public services.
Type ./gradlew
to build and assemble the service.