Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sjdonado/scrum_bot

Telegram bot
https://github.com/sjdonado/scrum_bot

Last synced: about 4 hours ago
JSON representation

Telegram bot

Awesome Lists containing this project

README

        

# Scrum bot

## Installation

`npm install`

Create a `.env` file in the root directory, example:

```
DATABASE_URL=mongodb://root:root_12345@localhost:27017
TELEGRAM_BOT_TOKEN=624139337:AAEByb0x8AQU-2DNvPlyOKfAjuLt30tXqBY
TRELLO_API_KEY=f539c73a53faa0ab15abd442925f56e0
```

## RUN
`docker-compose up (optional)`
- Development: `npm run dev`
- Production: `npm start`