Botcrafting / botcraft

Bot for Reading Club Telegram group chat
0 stars 0 forks source link
bot java spring spring-boot telegram

Botcraft

Dev

To start the application use:

mvn spring-boot:run

Locally it uses H2, check config

If needed you can activate other profiles:

mvn spring-boot:run -Dspring.profiles.active=postgres

In order to develop a new feature or fix a bug follow the steps below: