Code Monkey home page Code Monkey logo

discord-clash's Introduction

Discord Clash Build

Discord Clash is a distributed application written in .NET. An event management system, with Discord bot to control the application and a recommendation system to help users to know about new events for them.

Authors

Tech Stack

  • .NET 5.0 with in C#,
  • RabbitMQ with EasyNetQ library,
  • MongoDB - for storing users and events,
  • Discord.Net - .NET API, wrapper for the Discord client,
  • Cocona - micro-framework for .NET Core console application.

Other used libs: Figgle, Refit, Serilog, Swashbuckle (Swagger).

Architecture

Components diagram Generated using PlantUML, source files are placed in diagrams.

Run Locally

Clone the project:

  git clone https://github.com/jurczewski/Discord-Clash

Go to the project directory and start infrastructure using Docker (MongoDB and RabbitMQ):

  cd Discord-Clash
  docker-compose up

Go to API directory and run:

  cd src/Apps/DiscordClash.API
  dotnet run

To see available endpoints go to localhost:5001/swagger or use files inside request directory. To use them install a VS Code Rest Client.

Bot

Before running a bot you need to enter your bot token and channel id for notifications in appsettings.json.

After that, go to Bot directory and run:

  cd src/Apps/DiscordClash.Bot
  dotnet run

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.