This is the repository for the Masterchef bot features.
Component | path |
---|---|
Telegram bot | /bot |
Express GraphQL API | /api |
Mongo DB | /mongo_db |
Sentry.io | Configured for bot & api |
Add configurations with .env
file by taking a look from .example.env
and from
Build
make build
make dev-build
Run with Hot reload
// Loads configuration from .env file
make dev-up
make dev-down
make dev-clean
Run in Production
// Requires env variables apart from .env file
make up
make down