Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 552 Bytes

File metadata and controls

27 lines (19 loc) · 552 Bytes

WorldLeague

Installation

To install and run the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/aerys-cmd/WorldLeague.git
  2. Navigate to the project directory:
    cd WorldLeague/src
  3. Run the project.
    dotnet run --project ./WorldLeague.Api/WorldLeague.Api.csproj

Usage

You can create a draw via swagger

Navigate to {AppUrl}/swagger/index.html

or you can use WordLeague.Api.http file. (You may need to modify the base url)