An open API service indexing awesome lists of open source software.

https://github.com/hryurt/tournamentapp

A Tournament Management app.
https://github.com/hryurt/tournamentapp

asp-net aspnetcore dotnet javascript tournament tournament-manager

Last synced: 3 months ago
JSON representation

A Tournament Management app.

Awesome Lists containing this project

README

        

# TournamentApp

It is a Tournament Management app. The project consists of three main parts. The first part is tournament information pages such as game introductions and rules. The second part is the tournament registration system. The final part is the tournament admin panel.
The project was originally implemented by using NET Core and upgraded to .NET 6. To examine the project visually, please check the last part of this document.

## Before Running

Before installing this program, follow the instructions below. (If you have already installed these requirements, disregard this part.)
* Install .NET SDK 6.0 [here](https://dotnet.microsoft.com/download)

## How To Run

* Use the dotnet restore command for package management (in the Tournament App folder).
```
dotnet restore
```
* Start .NET with the command below in the Tournament App folder.
```
dotnet watch run
```

## Demo
![](https://github.com/Hryurt/TournamentApp/blob/31813fd23640ce13ca8050145964483e142926c9/TournamentApp/wwwroot/img/Demo1.png)
![](https://github.com/Hryurt/TournamentApp/blob/31813fd23640ce13ca8050145964483e142926c9/TournamentApp/wwwroot/img/Demo2.png)
![](https://github.com/Hryurt/TournamentApp/blob/31813fd23640ce13ca8050145964483e142926c9/TournamentApp/wwwroot/img/Demo3.png)
![](https://github.com/Hryurt/TournamentApp/blob/31813fd23640ce13ca8050145964483e142926c9/TournamentApp/wwwroot/img/Demo4.png)