Skip to content

liamdeman/IonSquadLocalHero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ion Squad: Local Hero

Description

This repository contains our implementation of the website of Ion Squad: Local Hero, an upcoming Belgian e-sports team and tournament host. The goal we will try to achieve is to create a platform on which gamers from all across Belgium can connect and enjoy competitive gaming together.

People Involved

Group members:

Class: 2A

Lecturers:

Running the Webserver

The master branch is deployed on this link using Azure. It is possible that certain features do not work as intended on this deployment, it's a learning process.

Steps to make everything working correctly:

  • Run npm install in the src directory to install the needed npm packages.
  • Make sure the app is running on port 44322, 5000 or 5001, this has been set up in the Discord App as redirect URI.
  • Run the following commands in a terminal in the project folder, replacing each [SECRET] with the associated secret:
    • dotnet user-secrets set "Discord:BotToken" "[SECRET]"
    • dotnet user-secrets set "Discord:ClientId" "[SECRET]"
    • dotnet user-secrets set "Discord:ClientSecret" "[SECRET]"
    • dotnet user-secrets set "Toornament:ApiKey" "[SECRET]"
    • dotnet user-secrets set "Toornament:ClientId" "[SECRET]"
    • dotnet user-secrets set "Toornament:ClientSecret" "[SECRET]"
  • DSharpPlus is not updated on the standard NuGet package source. This means the old version will be grabbed by default. To fix this:
  • If you want to run the Discord service, change the --useDiscordBot false launch argument to true.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published