Skip to content

Animal shelter's telegram bot backend

Notifications You must be signed in to change notification settings

m7only/telegramBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram bot

Проект телеграм бота приюта для животных.

Технологии

  • Spring Boot
  • Spring Web
  • Spring Data
  • Pengrad
  • Junit
  • Mockito

Описание проекта

Подробное описание проекта в Wiki.

Запуск

Запуск с помощью IDE. Необходимо указать следующие VM-options с вашими настройками:

-Dtelegram.bot.token= _your_telegram_bot_token_
-Dspring.datasource.url=jdbc: _your_database_
-Dspring.datasource.username= _your_database_username_
-Dspring.datasource.password= _your_database_password_

2023, Антон Скрягин