Skip to content

Masterchef Telegram Bot and Recipe Collection 🚀

Notifications You must be signed in to change notification settings

opazupa/masterchef-bot

Repository files navigation

Masterchef Telegram Bot and Recipe Collection 🔥

This is the repository for the Masterchef bot features.

Features

Component path
Telegram bot /bot
Express GraphQL API /api
Mongo DB /mongo_db
Sentry.io Configured for bot & api

Development 🚨

Start up 🚀

Add configurations with .env file by taking a look from .example.env and from

Running with Make 😽

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