Skip to content

A bot for meetings and dates with people using social networks or messengers, such as telegram...

Notifications You must be signed in to change notification settings

Churakov5123/bots

Repository files navigation

It would be cool when a person, flipping through the tape, could choose not only by photo ...

Idea suggestions are welcome..

Twitter

https://twitter.com/Yan_yanii_yanii?t=FkxqWphO9pg7_ObrXKxHvw&s=35

Telegram

https://t.me/bot_dates

Launch of the project:

run at the root of the project run cp .env.local .env , in docker directory cp ./docker .env.local ./docker .env

docker-compose up -d --build (later it will be possible to use docker-compose start/stop )

docker exec -it bots_php-fpm_1 bash (run in a container composer install)

Note:

update dependencies for the project run only in the container, as well as the Symfony console, static analyzer, etc.

Technology stack:

Language: PHP 8.1.7/Framework:Symfony: "6.1"/DB:Mariadb:10.3/Cache:Redis/Queues:RabbitMQ

for convenience in local development, the phpmyadmin database client has been moved out.

ports used can be viewed with docker-compose ps

Dating bot project

Project idea: https://miro.com/app/board/uXjVOvdvz3k=/

bots/src/Bots (implemented as a modular structure, using a layered architecture approach)

Checking the codebase : running CS Fixer and static analyzer

Run ./lint or commands from the list below

./vendor/bin/php-cs-fixer fix src

./vendor/bin/phpstan analyse src

Route list:

php bin/console debug:router

About

A bot for meetings and dates with people using social networks or messengers, such as telegram...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages