Skip to content

Hryurt/TournamentApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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