/backend

Backend services for dotabod, the popular twitch streamer tool

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Technical Overview

Read the technical and business guide on Dotabod

🚀 Setup Guide

To set up the Dotabod backend services, follow these steps:

  1. Install docker.
  2. Install just from https://github.com/casey/just.
  3. Set up a free Supabase account at https://app.supabase.com/.
  4. Set up a free Twitch Developer app to get a client ID and secret from https://dev.twitch.tv/console/apps/.
  5. Copy the example environment file: cp .env.example .env and update the variables with your Supabase and Twitch credentials.
  6. Run just update to start the services, and you're ready to get started! 🚀

🛠️ Services

  • dota: Contains code related to Dota 2 data processing. 🧙‍♂️
  • twitch: Contains code for the Twitch chat bot and event handling. 💬
  • settings: Contains configuration settings for the services. ⚙️
  • mongodb: Contains code for MongoDB database interactions. 🗄️
  • nginx: Contains configuration for the Nginx web server. 🌐
  • services: Contains additional services, such as backups and crowdin. 📦

📊 Analytics

Alt

📄 License

This project is licensed under the terms of the LICENSE file.

🤝 Contributing

Contributions are welcome! Please read the CONTRIBUTING.md file for guidelines on how to contribute to this project.