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.
- Host: GitHub
- URL: https://github.com/hryurt/tournamentapp
- Owner: Hryurt
- Created: 2021-11-14T08:46:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T08:57:36.000Z (over 3 years ago)
- Last Synced: 2025-01-20T10:24:48.746Z (4 months ago)
- Topics: asp-net, aspnetcore, dotnet, javascript, tournament, tournament-manager
- Language: JavaScript
- Homepage:
- Size: 11.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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



