Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjdonado/scrum_bot
Telegram bot
https://github.com/sjdonado/scrum_bot
Last synced: about 4 hours ago
JSON representation
Telegram bot
- Host: GitHub
- URL: https://github.com/sjdonado/scrum_bot
- Owner: sjdonado
- Created: 2018-09-29T14:50:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T20:31:59.000Z (over 3 years ago)
- Last Synced: 2023-03-11T14:57:14.794Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`