{"id":19701466,"url":"https://github.com/sadegh15khedry/tournament-tracker","last_synced_at":"2025-04-29T13:33:18.644Z","repository":{"id":181993396,"uuid":"665435041","full_name":"sadegh15khedry/Tournament-Tracker","owner":"sadegh15khedry","description":"A Tournament Management App.","archived":true,"fork":false,"pushed_at":"2024-06-07T04:45:24.000Z","size":532,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-11T21:08:57.336Z","etag":null,"topics":["api","asp-net-core","dapper","refit","sql-server","winforms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sadegh15khedry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-12T07:43:12.000Z","updated_at":"2024-07-05T15:29:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a411ad4-78a4-48e3-bb43-b768f68721f0","html_url":"https://github.com/sadegh15khedry/Tournament-Tracker","commit_stats":null,"previous_names":["sadegh15khedry/tournamenttracker","sadegh15khedry/tournament-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadegh15khedry%2FTournament-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadegh15khedry%2FTournament-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadegh15khedry%2FTournament-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadegh15khedry%2FTournament-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sadegh15khedry","download_url":"https://codeload.github.com/sadegh15khedry/Tournament-Tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224175694,"owners_count":17268390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","asp-net-core","dapper","refit","sql-server","winforms"],"created_at":"2024-11-11T21:09:04.188Z","updated_at":"2024-11-11T21:09:05.270Z","avatar_url":"https://github.com/sadegh15khedry.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tournament Tracker\n\n## Overview\n\nTournamentTracker is a robust application designed to manage and track tournaments. It consists of a .NET API and a WinForms application, allowing users to create tournaments, manage participants, track match results, and view standings. This application is perfect for organizers who want to streamline the tournament management process.\n\n## Table of Contents\n\n- [Features](#features)\n- [Screenshots](#screenshots)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n    - [Clone the repository](#clone-the-repository)\n    - [Set up the database](#set-up-the-database)\n    - [Build the API](#build-the-api)\n    - [Run the API](#run-the-api)\n    - [Build the WinForms application](#build-the-winforms-application)\n    - [Run the WinForms application](#run-the-winforms-application)\n- [Usage](#usage)\n- [API Documentation](#api-documentation)\n- [Technologies Used](#technologies-used)\n- [Domain Logic](#domain-logic)\n- [Database](#database)\n- [Known Issues](#known-issues)\n- [Future Plans](#future-plans)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n- [Acknowledgements](#acknowledgements)\n\n## Features\n\n- **Create Tournaments**: Easily create and manage multiple tournaments.\n- **Participant Management**: Add, remove, and edit participant information.\n- **Match Tracking**: Record match results and track progress.\n- **Standings**: Automatically calculate and display standings based on match results.\n- **User-friendly Interface**: Intuitive and easy-to-navigate UI.\n\n## Screenshots\n\n### Dashboard\n![Screenshot 2024-06-06 055449](https://github.com/sadegh15khedry/TournamentTracker/assets/90490848/87aac98d-0131-4ac5-b366-9f0a024248d1)\n\n\n### Create Tournament\n![Screenshot 2024-06-06 060541](https://github.com/sadegh15khedry/TournamentTracker/assets/90490848/2caf3f22-9729-4177-9ebc-7229a9d6ddc2)\n\n\n### Manage Participants\n![Screenshot 2024-06-06 060440](https://github.com/sadegh15khedry/TournamentTracker/assets/90490848/5a20c92c-07ee-4d4b-90e4-12a897dc61ab)\n\n\n### Track Match Results\n![Screenshot 2024-06-06 055630](https://github.com/sadegh15khedry/TournamentTracker/assets/90490848/0355382b-c3b1-4b16-b492-81e501ba333b)\n\n\n\n## Getting Started\n\n### Prerequisites\n\n- [.NET Core SDK](https://dotnet.microsoft.com/download) (version 3.1 or higher)\n- [SQL Server](https://www.microsoft.com/en-us/sql-server/sql-server-downloads) or other supported database systems\n\n### Installation\n\n#### Clone the repository\n\n1. **Clone the repository:**\n ```bash\n   git clone https://github.com/sadegh15khedry/TournamentTracker.git\n   cd TournamentTracker\n```\n\n#### Set up the database\n\n2. **Set up the database:**\n   1. Use the sql server project included to generate the database.\n   2. Update the `appsettings.json` file with your database connection string.\n\n#### Build the API\n\n3. **Build the API:**\n ```bash\n   cd TournamentTracker.Api\n   dotnet build\n```\n#### Run the API\n\n4. **Run the API:**\n```bash\n   dotnet run\n```\n#### Build the WinForms application\n\n5. **Build the WinForms application:**\n```bash\n   cd ../TournamentTracker.WinForms\n   dotnet build\n```\n#### Run the WinForms application\n\n6. **Run the WinForms application:**\n   - Open the `TournamentTracker.WinForms/bin/Debug` directory and run the `TournamentTracker.WinForms.exe` file.\n\n## Usage\n\n1. **Create a new tournament:**\n   - Navigate to the \"Create Tournament\" section in the WinForms application.\n   - Fill in the tournament details and add participants.\n\n2. **Manage participants:**\n   - Add new participants through the \"Tournament teams\" section.\n   - Edit or remove existing participants as needed.\n\n3. **Track match results:**\n   - Record match results in the \"Match Tracking\" section.\n   - View match history and standings.\n\n\n## Technologies Used\n\n- .NET Core\n- WinForms\n- SQL Server\n- Dapper (for ORM)\n- Refit (for API calls)\n- Visual Studio Database Project\n\n## Domain Logic\n\nThe domain logic of the application is encapsulated in the `TournamentTrackerLibrary`.\n\n## Database\n\n- The database schema and interactions are defined using a Visual Studio Database Project.\n- All database interactions are managed through stored procedures to ensure efficiency and security.\n\n\n## Future Plans\n\n- Implement a web-based frontend.\n- Add support for more database systems.\n- Enhance reporting and analytics features.\n\n## Contributing\n\nWe welcome contributions! Please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/YourFeature`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/YourFeature`).\n5. Create a new Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor questions or suggestions, feel free to open an issue or contact the project maintainers.\n\n## Acknowledgements\n\n- Special thanks to Tim Corey for his YouTube course on the Tournament Tracker app, which served as the foundation for this project.\n- This project was expanded to a larger scale, including a .NET API for a multi-platform app design, to better suit the needs of a more complex tournament management system.\n\n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadegh15khedry%2Ftournament-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsadegh15khedry%2Ftournament-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadegh15khedry%2Ftournament-tracker/lists"}