Giter Club home page Giter Club logo

besl's Introduction

BESL

Bulgarian eSports League /pronounced: Be·es·el·/. My defense project for ASP.NET Core MVC course at SoftUni (June-August 2019).

🏆 Awarded 1st place in top 5 best projects (June-August 2019).

Build status Build Status codecov

BESL is an online eSports league for competitive tournaments on various games and formats. Everyone with a Steam account can create a team with their fellow friends and sign up for the current season tournament. Skill levels are represented by tiers and range from Open, Mid and Premiership. Match fixtures are scheduled in play weeks where teams face each other every week in order to reach the top skill table rankings.

🛠 Built with:

  • CQRS & MediatR
  • ASP.NET Core MVC
  • EF Core 2.2
  • SignalR
  • Fluent validation
  • Custom exception-based notifications with Redis*, MediatR & ASP.NET middleware pipelines.
  • Hangfire
  • Sendgrid
  • CloudinaryDotNet
  • SteamWebApi2
  • Steam.Models
  • OpenId.Steam
  • Shouldly
  • Moq
  • MockQueryable
  • OpenCover

⚙️ Local setup

  1. Make sure you have the following app secrets set in either the 'Secret Manager' or 'Azure KeyVault' if you decide to deploy this application:

    • Cloudinary:
      • cloudinary-cloud
      • cloudinary-apiKey
      • cloudinary-apiSecret
    • Steam
      • steam-api-key
    • SendGrid
      • sendgrid-api-key
  2. Run the following docker command from the root directory of the repository to set up the necessary containers (you could also start the containers in detached mode if you want):

docker-compose -f docker-compose.Development.yml up

📌 The Web App container is build under the "Development" environment and the developer exception page is enabled. If you manage to get a HTTP 500 response you will be greeted with the stack-trace of the exception.

  1. To shutdown all containers used by the application run the following command from the root directory of the repository:
docker-compose -f docker-compose.Development.yml down

besl's People

Contributors

sonnyrr avatar

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.