Skip to content

DavidV1600/TournamentTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Tournament Tracker Application

Preview of the Project

Tournament_tracker

About The Project

Why am I building this?

  • Because I want to make an app that also has a decent looking UI, and also because I want to make use of the Databases knowledge I gained recently

Built With

  • Net.Core v7.0
  • Dapper
  • MySqlConnector

Installation

Clone the repo

git clone https://github.com/DavidV1600/TournamentTracker.git

Usage

The Project can save data in both Sql and Txt format, but because my Database is local you cannot save to it so, instead go to Program.cs and set the connection only for Txt or only copy the line below and change it with the one in the code.

            TrackerLibrary.GlobalConfig.InitializeConnections(false,true);//1-Sql, 2-Txt

After that you have to go in TextConnectorProccesor and change the FullFilePath() function, and instead of the return line there put the location where you want your data to be saved

                        return $"YourSavingLocation//{FileName}";

To Run the Project simply select TrackerUI as the StartUp Project if it isn't already and click Run.

References

Tim Corey Tutorial - https://www.youtube.com/watch?v=HalXZUHfKLA&list=PLLWMQd6PeGY3t63w-8MMIjIyYS7MsFcCi

Dapper Official Site - https://dappertutorial.net/

Microsoft Page for using SSMS - https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver16

About

Making an actual tournemt creator app with UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages