This is a web service that enables communication between a user of the service via a Telegram bot. The user can send messages to the bot, which are then saved by the web service. The user of the web service can respond to the messages.
- Laravel framework
- Docker and Docker Compose for running the service
- Telegram Bot API for integration with the Telegram bot
- Composer for dependency management
- Messages sent to the Telegram bot are forwarded and saved by the web service.
- The web service user can view and respond to these saved messages.
- The response will be sent back to the user via the Telegram bot.
Clone this repository to your local machine:
make init
You need to configure the environment variables for your application.
Edit the .env file:: Open the .env file and set up the following:
- TELEGRAM_BOT_TOKEN=your-telegram-bot-token
make restart
You can access the application at http://localhost:8100/api
Default credentials: admin@localhost.local password