diff --git a/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000..b541521 --- /dev/null +++ b/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,14 @@ +com\rit\portal\config\DataInitializer.class +com\rit\portal\entity\CommunityQuestion$CommunityQuestionBuilder.class +com\rit\portal\entity\NotePyq$NotePyqBuilder.class +com\rit\portal\repository\CommunityAnswerRepository.class +com\rit\portal\entity\CommunityAnswer$CommunityAnswerBuilder.class +com\rit\portal\controller\NotePyqController.class +com\rit\portal\entity\CommunityQuestion.class +com\rit\portal\entity\NotePyq.class +com\rit\portal\repository\NotePyqRepository.class +com\rit\portal\entity\CommunityAnswer.class +com\rit\portal\controller\CommunityQuestionController.class +com\rit\portal\repository\CommunityQuestionRepository.class +com\rit\portal\config\WebConfig.class +com\rit\portal\PortalApplication.class diff --git a/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000..7b9469e --- /dev/null +++ b/backend/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,11 @@ +C:\Users\deves\OneDrive\project_main\Freshers-Hub\backend\src\main\java\com\rit\portal\config\DataInitializer.java +C:\Users\deves\OneDrive\project_main\Freshers-Hub\backend\src\main\java\com\rit\portal\config\WebConfig.java +C:\Users\deves\OneDrive\project_main\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\CommunityQuestionController.java +C:\Users\deves\OneDrive\project_main\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\NotePyqController.java +C:\Users\deves\OneDrive\project_main\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\CommunityAnswer.java +C:\Users\deves\OneDrive\project_main\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\CommunityQuestion.java +C:\Users\deves\OneDrive\project_main\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\NotePyq.java +C:\Users\deves\OneDrive\project_main\Freshers-Hub\backend\src\main\java\com\rit\portal\PortalApplication.java +C:\Users\deves\OneDrive\project_main\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\CommunityAnswerRepository.java +C:\Users\deves\OneDrive\project_main\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\CommunityQuestionRepository.java +C:\Users\deves\OneDrive\project_main\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\NotePyqRepository.java diff --git a/telegram-bot/bot_mappings.db b/telegram-bot/bot_mappings.db new file mode 100644 index 0000000..b0aee79 Binary files /dev/null and b/telegram-bot/bot_mappings.db differ diff --git a/telegram-bot/config.json b/telegram-bot/config.json new file mode 100644 index 0000000..5f5cb05 --- /dev/null +++ b/telegram-bot/config.json @@ -0,0 +1,5 @@ +{ + "telegram_bot_token": "8859374355:AAH0dhwstkTBhRerRTjzmb2RG2fjPbigzvo", + "helper_chat_ids": [], + "spring_backend_url": "http://localhost:8080" +} \ No newline at end of file