/Yin

A Micro Services Discord Bot built with Typescript, MySQL, RabbitMQ.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Yin

A Micro Services Discord Bot built with Typescript, MySQL, RabbitMQ.

Package Build Status
Gateway Build Status
Worker Build Status
Database Build Status
Panel Build Status

Development

This repository contains a docker-compose.dev.yml file which can be used to setup a local dev environment containing all the services needed to run & develop Yin.

# Starts dev server for Discord bot & web dashboard
yarn run dev

# Start dev server for Discord bot
yarn run dev:bot

# Start dev server for web dashboard (api + panel)
yarn run dev:web