Skip to content

Latest commit

 

History

History

README.md

Let's Enroll - Backend

Modules

  • Bot - The main Discord bot
  • API - The API for the frontend
  • Data - Contains shared data objects
  • Emoji generator - Generates the JSON and spritesheets of Discord's Unicode emojis
  • Convention plugins - Contains shared build logic

Running in docker

  1. Start from the root directory (where config-template is)
  2. Copy config-template as config
  3. Fill the values in config/.env
  4. Fill the values in config/application.yaml, values are required unless commented
  5. Start up the stack with docker compose up -d