Telegram assistant bot using Nest framework.
# run mongo in docker container
$ yarn mongo:init
https://core.telegram.org/bots/api#authorizing-your-bot
Create .local.env
file to overwrite default environment variables that you do not wish to share with others.
cp .env .local.env
$ yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
- Author - @lehonghai104
- Linkedin - @lehonghai104